Events Made Easy › Forums › How do I … › Add a custom field to booking form
- This topic has 16 replies, 2 voices, and was last updated 3 years, 8 months ago by Franky.
-
AuthorPosts
-
Wed 3 Feb 2021 at 08:44 #62001AnonymousInactive
Hey,
Can you please let me know how can I add the custom field under the booking form. I need to add some fields to get the data from the users.Wed 3 Feb 2021 at 14:50 #62002FrankyKeymaster@developer1602: next time please create a new topic, see https://www.e-dynamics.be/wordpress/forums/topic/forum-post-guidelines/
Concerning your question: see https://www.e-dynamics.be/wordpress/category/documentation/7-placeholders/7-6-registration-form-fields/ . Just create a custom field and then add it to the booking form template using #_FIELD{xx} syntax.Thu 4 Feb 2021 at 05:48 #62003AnonymousInactiveHow I can create the new form? I haven’t found any link from where I can create the new form.
Thu 4 Feb 2021 at 05:58 #62004AnonymousInactiveI haven’t found where I can start the new topic. So I am going to mention the problem here:
I am not able to update/save the events. There is an error in the console.
can u please let me know about this issue?
Thu 4 Feb 2021 at 08:16 #62005FrankyKeymasterSee the setting “Booking form format” in the EME RSVP settings, which you can change per event. Please read the initial doc :
https://www.e-dynamics.be/wordpress/category/documentation/3-installation-and-usage/For a new post in the forum: just select the forum of choice at the bottom of: https://www.e-dynamics.be/wordpress/forums/ , then you’ll see a form.
And if there are console errors: javascript errors need to be fixed (and are most likely not EME related, so you need to read those and fix the corresponding plugin/theme).Thu 4 Feb 2021 at 13:50 #62006AnonymousInactiveCan you please confirm when the create multiseat event then there is any functionality to add another person details.
For example if user selected 2 seats then there should be a field to add other persons data.
if there is any reliable functionality for this.Thu 4 Feb 2021 at 14:51 #62007FrankyKeymasterYes, there is: https://www.e-dynamics.be/wordpress/category/documentation/7-placeholders/7-6-registration-form-fields/ , search for “dynamic data”.
Fri 5 Feb 2021 at 03:57 #62008AnonymousInactiveThanks for the reply @Franky. But I need that if the user selects more than one seat then can we have an option so that the user can also add the details of the second person same as name, last name, email, etc…
For Example:
I have created the multi price event and I want if the user select 2 seats then the fields will be displayed to enter the details on the basis of the selected number of seats.Is there any feature like this???
Fri 5 Feb 2021 at 08:28 #62009FrankyKeymasterYes and the answer is the same as my last post above. Read up on “dynamic data”.
Mon 8 Feb 2021 at 08:56 #62021AnonymousInactiveCan u please show me an example of how we can add another person’s field information on the basis of conditions?
Mon 8 Feb 2021 at 09:19 #62025FrankyKeymasterDifferent steps:
– create your custom fields (type ‘rsvp’ is preferred)
– create your template with those custom fields to show as you’d like on the frontend
– in “dynamic data” a condition example would be:Field: “#_SEATS” (or if you have seats with different prices: “#_SEATS{1}” or “#_SEATS{2}” or …)
Condition example: “greater than”
Condition value: “1”
Template: your template
(template header/footer are optional and will be used to show up above/below your added template in the form, usefull if you want to repeat this template)
Repeat: “yes” (this will repeat your template for each value where #_SEATS>1 in this example)Mon 8 Feb 2021 at 09:45 #62026AnonymousInactiveCan u please explain to me that how I can create the template?
Mon 8 Feb 2021 at 13:27 #62029FrankyKeymasterPlease see the instructional video for that last question.
Mon 8 Mar 2021 at 11:58 #62331AnonymousInactivePlease let me know that how can we get coupon code field data for the admin mail.
Mon 8 Mar 2021 at 12:15 #62332FrankyKeymasterThis is again in the doc: https://www.e-dynamics.be/wordpress/category/documentation/7-placeholders/7-4-rsvp-mails/ , search for DISCOUNT
Please also read this post before asking questions unrelated to the initial question:
https://www.e-dynamics.be/wordpress/forums/topic/forum-post-guidelines/Tue 9 Mar 2021 at 07:02 #62343AnonymousInactiveI working on EVE and also I have created some custom fields into the booking form.
So I want to get all user’s detail into the mail because for the testing purpose I have assigned me as a “contact person” so that when the user’s while will register for an event then I will get mail there I can see new person’s details who are already registered for an event.
But I am getting only a few field data into the mail.
Here is the screenshot:https://prnt.sc/10gpwav, please check.
In the screenshot, the data in the three fields are missing.
Please let me know that how can I get data details of the three missing fields.Tue 9 Mar 2021 at 11:43 #62346FrankyKeymasterFor address info in your mail, see #_ADDRESS1, #_ADDRESS2, #_CITY, #_ZIP etc … as you use in your forms.
For your custom fields: either use #_FIELDS (that will return a table with all entered info), or #_FIELD{xxx} (with xxx being the name of your custom field, as in your rsvp form). -
AuthorPosts
- The forum ‘How do I …’ is closed to new topics and replies.