Jump to content

sending a html form in an email


concretegong

Recommended Posts

Hey all,

 

I need to send a survey to a bunch of clients in an html email.

The email will contain an html form with all the usual widgets (checkbox, radios, text, etc.), and will be actioned by a script linked to from a fully qualified url.

 

I have tried this by attaching a web page in outlook express but all the widgets seem to turn into reset buttons!

 

Anyone know if this is possible?

 

Cheers

Link to comment
https://forums.phpfreaks.com/topic/46601-sending-a-html-form-in-an-email/
Share on other sites

HTML E-mails are the (recent) bane of by life.  To get things working consistently you have to resort to 'old skool' html (tables and such forth) to get the look/feel across clients and web based apps something like similar.

 

Just construct your normal (old) html with the form and the inputs in and send that out to your list.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.