Custom attributes with Frontend submit
-
Hi!
I’m trying to get custom attributes to work. I put this code in form.php of frontend submit.
<div class=”input”> <label for=”organizator”><?php _e(‘Organizator2’,’events-made-easy-frontend-submit’); ?> <small><?php _e(‘required’,’events-made-easy-frontend-submit’); ?></small></label><br /> <?php EMEFS::attribute(‘organizator’); ?> <?php EMEFS::error(‘organizator’); ?> </div>Then I put <b>Organizator:</b> #_ATT{organizator} to event format.
When I publish the event, nothing is written next to Organizator. I check the attributes in the settings of the event, and the value that I input in the frontend submit is there, but it shows ?Organizator? (not defined in template)
I guess I am missing something obvious, but I’m just not seeing it.
Thank you in advance for your help. Love the plugin.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘Custom attributes with Frontend submit’ is closed to new replies.