- This topic has 6 replies, 2 voices, and was last updated 11 years, 10 months ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- The forum ‘How do I …’ is closed to new topics and replies.
Events Made Easy › Forums › How do I … › Custom Fields in RSVP form
I’ve yet to see a solid example of how to get the new fields I create into the RSVP form. Does anyone have some example code?
I’ve made a new dropdown field and I’ve added it it to the form formatting area in the event, but it doens’t become a dropdown item in the form.
What placeholder did you use in the form formatting area?
i think that may be where i’m unclear. i thought it would have been the name of the field i made.
i have a dropdown called DIVISION with a list of divisions a person is in.
so i added:
<tr><th scope=’row’>Division:</th><td>#_DIVISION</td></tr>
Read this: http://www.e-dynamics.be/wordpress/?cat=44
You need to use “#_FIELDxx” and replace xx with the ID of the field created.
ahh, thanks! where is that documented? i thought i looked everywhere!!
The link is even in the EME admin interface when creating new fields …
dang, you know how many time i looked at that page?!? sorry for the hassle, i see it now.