Events Made Easy Forums How do I … Use custom attributes in the form.php file of Frontend Submit

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #53898
    Anonymous
    Inactive

    Custom Attribute created in Events Made Easy
    #_ATT{Admission}{Free}

    PHP added to Form.php in Events Made Easy Frontloader Submit

    <div class=”input”>
    <label for=”Admission”><?php _e(‘Admission’,’emefs’); ?> <small><?php _e(‘required’,’emefs’); ?></small></label><br />
    <?php EMEFS::field(‘Admission’); ?>
    <?php EMEFS::error(‘Admission’); ?>
    </div>

    It’s not

    #53899
    Franky
    Keymaster

    The frontend submit form doesn’t support attributes.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘How do I …’ is closed to new topics and replies.
Scroll to Top