Hello,
I want to display an image placeholder ONLY IF the user has not submitted anything via a gallery field
currently I am using this code to call the field
fields_by_id[75])): ?>
fields_by_id[75]->result; ?>
I understand I probably have to use the php else statement,
but I do not know enough php and with trial and error I am not able to get this working
thank you!
Hello,
I want to display an image placeholder ONLY IF the user has not submitted anything via a gallery field
currently I am using this code to call the field
fields_by_id[75])): ?> fields_by_id[75]->result; ?>I understand I probably have to use the php else statement,
but I do not know enough php and with trial and error I am not able to get this working
thank you!