Welcome to TalkGraphics.com
Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    Jul 2010
    Location
    Chelmsford, Essex
    Posts
    20

    WD6 Is there any software available?

    I have almost completed my first WD6 website, I played around with netobjects fusion, but found it to be a bit unreliable.

    What I would like some help with is this. Is there any software available? that will allow me to put a field to capture the clients email address (see video) http://www.smartwolfmarketing.com/video%20email.htm and have them sent an html email response and re-direct them to the thank you page http://www.smartwolfmarketing.com/thanks.htm (I put this link in because the page allways makes me laugh, I am not so sure what the clients will think).

    For my main contact form I will use coffee cups software.

    I look forward to hearing from the forums experts and anyone else who can critique my site (please note it's not yet complete)

    Kind regards

    Chris

  2. #2
    Join Date
    Aug 2000
    Location
    Placitas, New Mexico, USA
    Posts
    41,526

    Default Re: Is there any software available?

    Welcome to TalkGraphics Chris

    Coffee Cup Softwares form software should let you do this. I use a web based form creation program, Email Me Form for my contact page. The form information is sent to me via e-mail and the sender is taken to a Thank You page ( I created the page on my website and linked the form to that page). It is very efficient. And I think you can still create 3 or 4 free forms.

  3. #3
    Join Date
    Jul 2010
    Location
    Chelmsford, Essex
    Posts
    20

    Default Re: Is there any software available?

    What I am looking for is to send the user an html thank you email and to be redirected to the thank you page and I have not been able to get the coffee cup software to do this.

    Thanks

    Chris

  4. #4

    Default Re: Is there any software available?

    There's a PHP Mailer form you can embed into a xara page here

    If you want to send the user to a thankyou.htm after submission, simply change the code shown in step 2 like this:

    Change:
    <?PHP $to = "youremail@wherever.com";
    $subject = "Contact Form response";
    $headers = "From: Form Mailer";
    $forward = 0;
    $location = "";

    to:
    <?PHP $to = "youremail@wherever.com";
    $subject = "Contact Form response";
    $headers = "From: Form Mailer";
    $forward = 0;
    $location = "thankyou.htm";

    If you are creating the thankyou.htm in xara for publishing, the location url should be changed to:

    $location = "index_htm_files/thankyou.htm";

  5. #5

    Default Re: Is there any software available?

    Apologies, I made a couple of minor errors. Please see this post:

    http://www.talkgraphics.com/showthre...119#post381119

 

 

Bookmarks

Posting Permissions

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