I have an event “Registrazione Agenzie” where through css and a small change to the file form_build.php, I changed the fields “Cognome” and “Nome” in “Ragione Sociale” and “Nome Referente”.
I did this because only for this event I need to show users these fields rather than the default ones.
But when I get to the last screen where there is a summary of the information that the user has entered, I can not change the fields “Cognome” and “Nome” because the <th> tag of the table does not contain the id (for example : lname-1-0-1, fname-1-0-1) that would allow me to make changes with CSS.
I know the file to edit is confirmation_display.php but was not able to enter the code that generates the id in <th> tag.
That will change it BUT it will do it for every event, o you will need to add a conditional in, and that is dependant on how you have set things up, as pseudo code it would look like this (this is not real code)
Hi Dean, thank you very much for your reply.
I inserted your snippet code with the condition and everything works perfectly!
Thanks again!
Viewing 3 reply threads
The support post ‘Edit Registration 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.