Custom Fields issues
-
Hi, I have been struggling with the front end submission and getting custom Fields I have set up in Event manager to populate from the front end submissions, Ive tried every trick I can think of in the naming protocol but they just won’t populate. Below is the code I have in place along with a screenshot of the event listing
<div class="input"> <label for="FIELD10"><?php _e('First Name', 'events-made-easy-frontend-submit'); ?> <small><?php _e('required','events-made-easy-frontend-submit'); ?></small></label><br /> <?php EMEFS::custom_field('FIELD10'); ?> <?php EMEFS::field('FIELD10'); ?> <?php EMEFS::error('FIELD10'); ?> </div>
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Custom Fields issues’ is closed to new replies.