Question : How can I embed a fillable reply form into an email blast?
The ultimate goal is to send our prospective customers an email that has a built in form where they can request additional information or a follow-up phone call. I don’t want to have to have them hyperlink to our info request form on the web page – I want them to be able to fill out the form directly from the email…
email blast

Best answer:

Answer by jmfc
You are probably going to run into some problems with this since many users don’t allow HTML formatted emails. If they do you could create the form in regular HTML and have the action of the form be a page that resides on your server. That way when the click ‘Submit’ on the form it will post the entered form information to your server so you can do whatever you want with it (you would probably want to include a hidden field in the email form that contains the clients email or something to tie back to them).