Results 1 to 3 of 3

Thread: [2005] Sign up form in HTML email?

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jun 2005
    Posts
    625

    [2005] Sign up form in HTML email?

    Is it possible to have a signup form for a service directly inside an HTML email, with textboxes and buttons the user can submit?

    How would this be done?

    2nd question: is it possible to automatically redirect to a webpage when a user opens an email? (so the signup page can be on a separate page)

  2. #2
    Frenzied Member brin351's Avatar
    Join Date
    Mar 2007
    Location
    Land Down Under
    Posts
    1,293

    Re: [2005] Sign up form in HTML email?

    You can have a html form in a email and set the form action to post to your website url. You could also load a website page into a div or other tag with javascript. The problem with these approaches is more and more email clients and anti virus programs will block the url's or bin the email.

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: [2005] Sign up form in HTML email?

    Email clients generally do block such actions which is why it's usually best to get the user to go to a page containing the form. You can have some of the details on the form filled out, such as email address and name.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width