modify form submission emails to contact?
Permalink
Hi,
Is there any way you can think of to get rid of the '>' in the email that is sent to the form recipient? My client has asked me to find a way to get rid of these character's so that the email isn't so long. I know it's kind of picky but I figured it was worth asking.
I'm pasting a sample of what the email looks like below:
[code]>
>There has been a submission of the form Request a Proposal through your
>concrete5 website.
>
>First Name:
>
>Test
>
>
>
>Last Name:
>
>Test
>
>
>
>Job Title:
>
>Test
>
>
>
>Company:
>
>Test
>
>
>
>Email
>
>dlimbach@pharmavoice.com
>
>
>
>Phone:
>
>Test
>
>
>
>Comments:
>
>Test
>
>
>
>Upload RFP file:
>
>0Test
>
>
>
>
>
>To view all of this form's submissions, visit
>http://www.nomad-sites.com/index.php/dashboard/reports/forms/?qsid=1382929
>837
>
>[\code]
thanks all.
Is there any way you can think of to get rid of the '>' in the email that is sent to the form recipient? My client has asked me to find a way to get rid of these character's so that the email isn't so long. I know it's kind of picky but I figured it was worth asking.
I'm pasting a sample of what the email looks like below:
[code]>
>There has been a submission of the form Request a Proposal through your
>concrete5 website.
>
>First Name:
>
>Test
>
>
>
>Last Name:
>
>Test
>
>
>
>Job Title:
>
>Test
>
>
>
>Company:
>
>Test
>
>
>
>
>dlimbach@pharmavoice.com
>
>
>
>Phone:
>
>Test
>
>
>
>Comments:
>
>Test
>
>
>
>Upload RFP file:
>
>0Test
>
>
>
>
>
>To view all of this form's submissions, visit
>http://www.nomad-sites.com/index.php/dashboard/reports/forms/?qsid=1382929
>837
>
>[\code]
thanks all.
Sorry for the late reply. Got stuck on another project.
Thank you for your reply. I was able to manipulate the verbiage in the form response, but still can't get the ">" characters to disappear. I can't find the source of those characters or the extra spaces between each form answer in the email and so am unable to delete them.
Do you have any idea where these characters and the spacing comes from?
thanks.
Thank you for your reply. I was able to manipulate the verbiage in the form response, but still can't get the ">" characters to disappear. I can't find the source of those characters or the extra spaces between each form answer in the email and so am unable to delete them.
Do you have any idea where these characters and the spacing comes from?
thanks.
Not sure what I did but the characters and spacing are fixed now. Thanks for your help.
I did find this link helpful in further understanding the php involved in the form submission for anyone that's interested: http://www.concrete5.org/community/forums/customizing_c5/form-to-em...
I did find this link helpful in further understanding the php involved in the form submission for anyone that's interested: http://www.concrete5.org/community/forums/customizing_c5/form-to-em...
You can check/edit your email template by going into the "mail" directory. I'm not sure if you have a custom template already.
I wrote a how-to not to long ago to help with email templates.
Here is the link:
http://www.concrete5.org/documentation/how-tos/developers/edit-the-...