- π·π΄Romania claudiu.cristea Arad π·π΄
This version of Drupal is not supported anymore. If this is still an issue in the
8.x-1.x
branch, please open a new up-to-date ticket. Closing.
I would like to be able to link to the specific US State document based on the organic group that has that US State set up as a cck field.
I have the following code and it displays nothing:
if ($node->field_state[0]['value'] == "KS") {
print "<li><a href='hr-forms/supervisors/new_hire_packet_ks.pdf'>New hire packet</a></li>"; }
if ($node->field_state[0]['value'] == "MO") {
print "<li><a href='hr-forms/supervisors/new_hire_packet_mo.pdf'>New hire packet</a></li>"; }
Does anyone know how to properly reference my field_state which is created on my organic group nodes?
Thank you!
Closed: outdated
2.0
og.module
This version of Drupal is not supported anymore. If this is still an issue in the 8.x-1.x
branch, please open a new up-to-date ticket. Closing.