Skip to main content
lboner
Participant
January 26, 2017
Answered

Form submission popup

  • January 26, 2017
  • 2 replies
  • 280 views

I have created a form in Dreamweaver for a customer. The form submit button is linked to their email so when someone fills it out it is emailed to them. Just recently when the submit button is pressed a "popup" appears that says "accounts" "first things first lets add your account."  I'm not sure why this popup is appearing and I would like to disable it. Can you please tell me how to do this?

The domain host says it is something affiliated with them rather it is a Dreamweaver issue.

Thanks,

Laurie

Live in the Forums: Ask an Expert

    This topic has been closed for replies.
    Correct answer Nancy OShea

    If you're using a mailto link in your contact form, you've done your client a huge disservice.  That's just not how it's done anymore.

    #1 mailto links require the end user to have a dedicated email client installed on their device.  Something like Windows Mail or Outlook.  Most people don't use email clients anymore.  They use web mail services like gmail, yahoo and others so they cannot use your form.   The prompt you're seeing is no doubt related to that.  It's asking you to create an email client account on your system. 

    #2 Spambots  & email harvesters are going to have a field day.  There is nothing to prevent them from exploiting the form and gathering your client's email address to send even more spam.  Before long, that inbox will be stuffed with so much junk mail, it will have to be shut down permanently.

    Disable that mailto form immediately.

    Contact the web host and find out which server-side processing scripts you can use on the hosting plan.   Some hosts provide basic form-to-email scripts you can use.   Others do not.  You will need to script one of your own or find one from a 3rd party.

    If your server supports PHP mail () function, this tutorial will take you through the whole process.

    Alt-Web Design & Publishing: Responsive Contact Form with Bootstrap 3.2 and PHP (Part 1)

    Nancy

    2 replies

    Nancy OShea
    Community Expert
    Nancy OSheaCommunity ExpertCorrect answer
    Community Expert
    January 26, 2017

    If you're using a mailto link in your contact form, you've done your client a huge disservice.  That's just not how it's done anymore.

    #1 mailto links require the end user to have a dedicated email client installed on their device.  Something like Windows Mail or Outlook.  Most people don't use email clients anymore.  They use web mail services like gmail, yahoo and others so they cannot use your form.   The prompt you're seeing is no doubt related to that.  It's asking you to create an email client account on your system. 

    #2 Spambots  & email harvesters are going to have a field day.  There is nothing to prevent them from exploiting the form and gathering your client's email address to send even more spam.  Before long, that inbox will be stuffed with so much junk mail, it will have to be shut down permanently.

    Disable that mailto form immediately.

    Contact the web host and find out which server-side processing scripts you can use on the hosting plan.   Some hosts provide basic form-to-email scripts you can use.   Others do not.  You will need to script one of your own or find one from a 3rd party.

    If your server supports PHP mail () function, this tutorial will take you through the whole process.

    Alt-Web Design & Publishing: Responsive Contact Form with Bootstrap 3.2 and PHP (Part 1)

    Nancy

    Nancy O'Shea— Product User & Community Expert
    pziecina
    Legend
    January 26, 2017

    lboner wrote:

    The domain host says it is something affiliated with them rather it is a Dreamweaver issue.

    If it is something affiliated with your host, then there is nothing you can do in Dreamweaver. Even editing the file would not help, as your host would simply re-insert it.

    You would be best advised to talk to your host to find out what is happening, and if there are any settings you can use to remove the feature.