I’ve built a form for registration for an event. It emails me:
First name: Tyrell
Last name: Doig
Gender:Male… and so on.
I need it to output:
Tyrell,Doig,Male… and so on
So I can input it into excel. Is this possible?
I’ve built a form for registration for an event. It emails me:
First name: Tyrell
Last name: Doig
Gender:Male… and so on.
I need it to output:
Tyrell,Doig,Male… and so on
So I can input it into excel. Is this possible?
You would need to make a customisation of the php file that handles the posting of the form, you could try posting a request in the freelance section here at the forum, someone may be able to help who is familiar with php.
That is a bummer. Forms output is quite important. Also, it would be great to have receipt email option too.
If you switch to “Self-Hosted” in the form, you can specify a mail server under “Host Type.” In this case, Blocs will use phpMailer.
This allows you to configure all kinds of settings, such as CC, BCC, reply-to, etc.