Events Made Easy Forums How do I … Add a custom field to booking form

Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #62001
    Anonymous
    Inactive

    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.

    #62002
    Franky
    Keymaster

    @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.

    #62003
    Anonymous
    Inactive

    How I can create the new form? I haven’t found any link from where I can create the new form.

    #62004
    Anonymous
    Inactive

    I 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?

    #62005
    Franky
    Keymaster

    See 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).

    #62006
    Anonymous
    Inactive

    Can 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.

    #62007
    Franky
    Keymaster
    #62008
    Anonymous
    Inactive

    Thanks 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???

    #62009
    Franky
    Keymaster

    Yes and the answer is the same as my last post above. Read up on “dynamic data”.

    #62021
    Anonymous
    Inactive

    Can u please show me an example of how we can add another person’s field information on the basis of conditions?

    #62025
    Franky
    Keymaster

    Different 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)

    #62026
    Anonymous
    Inactive

    Can u please explain to me that how I can create the template?

    #62029
    Franky
    Keymaster

    Please see the instructional video for that last question.

    #62331
    Anonymous
    Inactive

    Please let me know that how can we get coupon code field data for the admin mail.

    #62332
    Franky
    Keymaster

    This 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/

    #62343
    Anonymous
    Inactive

    I 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.

    #62346
    Franky
    Keymaster

    For 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).

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