Nisha haridas
Nisha haridas

Reputation: 332

form submission from mail

I create a form and send it as a mail. Can I possible to submit that form from gmail. My form contain an option button and one submit button. When I click the submit button, i will have to store the option button value to the database. Is it possible?

Upvotes: 0

Views: 62

Answers (1)

Quentin
Quentin

Reputation: 943152

Due to variations between email clients, you can consider <form>s in HTML formatted emails to be a no-go area. Link to a form on a website instead.

Upvotes: 3

Related Questions