Pass variables to mailto:
-
Hello,
I’m trying to create a form that allows users to e-mail their city officials from their own mail client, based on what city they choose to e-mail.In this form, users would click checkboxes with the people they choose to e-mail, and would enter their name and address information. When they click submit, the variables will be placed into the e-mail below.
Here is the code I’m using to send the e-mail out. The [variables] are the ones that I want populated.
<span style=”font-size: 18pt;”>
Dear%20[contactname]:My%20name%20is%20[firstname]%20and%20I%20reside%20at%20[address]%20in%20[city],;
[firstname%20lastname]”>E-Mail your elected officials</span>
The topic ‘Pass variables to mailto:’ is closed to new replies.