tjons
tjons

Reputation: 4769

Is it possible for a mailto to be changed on the frontend with HTML?

I don't think this can be done, but I have a PhoneGap app that I am the main developer on. It basically captures form details into an email, and then submits them.

Is it possible for the email address of the mailto link to be changed without modifying the code? E.g., A mail settings page where the user could enter an email address to be put there, to be used in the mailto.

Upvotes: 3

Views: 75

Answers (1)

jcesarmobile
jcesarmobile

Reputation: 53301

You can change the mailto url with javascript

but you have the mail composer plugin to send mails, it's better than using mailto

Upvotes: 1

Related Questions