You do not need a parachute to skydive. You only need a parachute to skydive twice.
Remove IP from Confirmation?
After a person fills out the form and clicks "submit" it thanks them and tells them the information that it collected. Is there a way to remove the IP address info? I looked in setting but saw nothing pertained to IP..
You do not need a parachute to skydive. You only need a parachute to skydive twice.
You do not need a parachute to skydive. You only need a parachute to skydive twice.
You need to remove the [form_results] from the message and insert each element individually formatting them with HTML.
Learn the essentials with these quick tips for Responsive Site Designer, Responsive Email Designer, Foundation Framer, and the new Bootstrap Builder. You'll be making awesome, code-free responsive websites and newsletters like a boss.
So if I understand you correctly, there isn't a way to just remove the IP section?
I looked at the code, but saw no reference to "IP".
You do not need a parachute to skydive. You only need a parachute to skydive twice.
I looked at the code, but saw no reference to "IP".
You do not need a parachute to skydive. You only need a parachute to skydive twice.
Add the elements but the [_fromaddress_] that you want to show in the confirmation.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
And if you like the nice formatting when the "form_results" is used, here's a sample:
<div>
<table><tbody style="vertical-align: text-top; line-height:
30px; font-family: Helvetica, Arial;"><tr><td>Full name*:</td><td>[FirstName] [LastName]</td></tr>
<tr><td>Date of Birth*:</td><td>[DOB]</td></tr>
<tr><td>Field - 1*:</td><td>[Field1]</td></tr>
<tr><td>Field - 2*:</td><td>[Field2]</td></tr>
<tr><td>Field - 4*:</td><td>[Field4]</td></tr>
<tr><td>Field - 5*:</td><td>[Field5]</td></tr>
<tr><td>Field - 6*:</td><td>[Field6]</td></tr>
<tr><td>Delivery Method*:</td><td> [DelMethod]</td></tr>
<tr><td>Pick-up time*:</td><td> [PickTime]</td></tr>
<tr><td>Pick Up/Delivery Date:</td><td>[PickUpDate]</td></tr>
<tr><td>Phone Number*:</td><td>[PhoneNumber]</td></tr>
<tr><td>Email*:</td><td>[email]</td></tr>
<tr><td>Street Address*:</td><td>[Address]</td></tr>
<tr><td>City, State Zip*:</td><td>[City], [State] [Zip]</td></tr>
<tr><td>Submitted On:</td><td>[_submitted_]</td></tr>
</tbody></table>
<p style="font-size: 12px; color: #666666;">
</div>
<div>
<table><tbody style="vertical-align: text-top; line-height:
30px; font-family: Helvetica, Arial;"><tr><td>Full name*:</td><td>[FirstName] [LastName]</td></tr>
<tr><td>Date of Birth*:</td><td>[DOB]</td></tr>
<tr><td>Field - 1*:</td><td>[Field1]</td></tr>
<tr><td>Field - 2*:</td><td>[Field2]</td></tr>
<tr><td>Field - 4*:</td><td>[Field4]</td></tr>
<tr><td>Field - 5*:</td><td>[Field5]</td></tr>
<tr><td>Field - 6*:</td><td>[Field6]</td></tr>
<tr><td>Delivery Method*:</td><td> [DelMethod]</td></tr>
<tr><td>Pick-up time*:</td><td> [PickTime]</td></tr>
<tr><td>Pick Up/Delivery Date:</td><td>[PickUpDate]</td></tr>
<tr><td>Phone Number*:</td><td>[PhoneNumber]</td></tr>
<tr><td>Email*:</td><td>[email]</td></tr>
<tr><td>Street Address*:</td><td>[Address]</td></tr>
<tr><td>City, State Zip*:</td><td>[City], [State] [Zip]</td></tr>
<tr><td>Submitted On:</td><td>[_submitted_]</td></tr>
</tbody></table>
<p style="font-size: 12px; color: #666666;">
</div>
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.