I would like to know if there is possible way to have a guidance on how to add additional fields to Questions and output them into my event form.
I’m trying to figure out how can I add a form with questions but in two different languages. One is LTR and other is RTL so the question field is going to be in middle of them.
For example:
Name [ __ FIELD __ ] Name(in different language)
I would make the new fields on right of the field by editing my css files.
But i’ll be glad to know which files should I edit in order to add new fields into questions and in which file do I have to put the output field.
This will probably take some coding to get work, as such I suggest you take a look at this file /wp-content/plugins/event-espresso/includes/functions/form_build.php
if (is_numeric($attendee_number)) $attendee_number++;
return $html;
at the bottom of the function. You will of course need to fiddle with the HTML and CSS to get it to look right.
Viewing 1 reply thread
The support post ‘Adding new fields to Questions and output it into event form’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.