• Resolved chanback

    (@chanbackgmailcom)


    Field is set up like this:
    • 3 #_ORG Text

    I tried adding it to the form a few ways:
    <tr><th scope='row'>Organization*:</th><td>#_FIELD3</td></tr>
    <tr><th scope='row'>Organization*:</th><td>#_FIELD03</td></tr>
    <tr><th scope='row'>Organization*:</th><td>#_ORG </td></tr>

    On the form it shows up without a box where the #_ORG text is – like this: Organization*: #_ORG
    link

    https://wordpress.org/plugins/events-made-easy/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Franky

    (@liedekef)

    #_FIELD3 will be correctly replaced by your text, see the doc here:
    http://www.e-dynamics.be/wordpress/?cat=44

    If you want it to be a required field, you should use #REQ_FIELD3
    So in your case:

    <tr><th scope='row'>Organization*:</th><td>#REQ_FIELD3</td></tr>

    If you give the field the name “Organization”, you could even use:

    <tr><th scope='row'>#_FIELDNAME3</th><td>#REQ_FIELD3</td></tr>

    Unless you’re saying that #_FIELD3 is also being replaced by the title of the field (#_ORG), which would be a bug of course.

    Thread Starter chanback

    (@chanbackgmailcom)

    THANKS – much closer. So logical when I see the answer.

    But now “#_ORG” is filled in the box where they should be filling in their company name.

    Plugin Author Franky

    (@liedekef)

    I’m guessing that’s because you entered that in the field text when creating the field, so it gets filled in as a default.

    Thread Starter chanback

    (@chanbackgmailcom)

    THANKS!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘form field not showing up’ is closed to new replies.