Welcome to the { mindfrost82.com } forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Software > Adobe Software > Dreamweaver

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-30-2008, 09:20 PM
Ivae
 
Posts: n/a
Dreamweaver Form redirect not working

Well, I feel really stupid having to be here seeing as how I took a degree in
web design, but I obviously never paid attention in the class where we learned
forms oh so many years ago.

I am working in Dreamweaver 8, and I have created a simple form:
http://www.realmofmystery.com/app.html

This is a free website I am doing for some friends, so nothing fancy. And, I
learned web design before all the CGI and PHP stuff got big, so I prefer to do
things simply.

The form works fine, emails the results like perfect, but it refuses to
redirect the page to the confirmation. I thought I could add an onClick to the
submit button, but this cancels out the form processing.

Any ideas? I don't know enough about JavaScript to write my own script, but I
am assuming the onClick would work if there was also a time delay written into
the script that gave the form enough time to submit before redirecting to the
confirmation page.

Also - (I know, eight million questions) when I submit the form, it uses my
Outlook to send it, but what about for people who only use server based emails
like gmail and hotmail and such? How does it send for them?

Let me know if you need any other information.

Again, thanks in advance!


Reply With Quote
  #2 (permalink)  
Old 03-30-2008, 09:24 PM
Baxter
 
Posts: n/a
Re: Dreamweaver Form redirect not working

Select the form, then in properties inspector set the action of the form and
then browse to the confirmation page.
Dave
"Ivae" <webforumsuser@macromedia.com> wrote in message
news:fsoslk$nvh$1@forums.macromedia.com...
> Well, I feel really stupid having to be here seeing as how I took a degree

in
> web design, but I obviously never paid attention in the class where we

learned
> forms oh so many years ago.
>
> I am working in Dreamweaver 8, and I have created a simple form:
> http://www.realmofmystery.com/app.html
>
> This is a free website I am doing for some friends, so nothing fancy.

And, I
> learned web design before all the CGI and PHP stuff got big, so I prefer

to do
> things simply.
>
> The form works fine, emails the results like perfect, but it refuses to
> redirect the page to the confirmation. I thought I could add an onClick to

the
> submit button, but this cancels out the form processing.
>
> Any ideas? I don't know enough about JavaScript to write my own script,

but I
> am assuming the onClick would work if there was also a time delay written

into
> the script that gave the form enough time to submit before redirecting to

the
> confirmation page.
>
> Also - (I know, eight million questions) when I submit the form, it uses

my
> Outlook to send it, but what about for people who only use server based

emails
> like gmail and hotmail and such? How does it send for them?
>
> Let me know if you need any other information.
>
> Again, thanks in advance!
>
>



Reply With Quote
  #3 (permalink)  
Old 03-30-2008, 09:25 PM
Alan
 
Posts: n/a
Re: Dreamweaver Form redirect not working



> I am working in Dreamweaver 8, and I have created a simple form:
> http://www.realmofmystery.com/app.html


<form action="mailto:admin@example.com"


a form field with the name "redirect" will only do a redirect IF the form is
submitted to a server side script that will DO something when it sees it.

set the form's action to submit to a server side script to send the email
and do the redirect.

see the hosting's FAQ/support pages.
If the hosting has a control panel or CPanel, look in there.

if no pre-installed form script- what type of server side scripting can be
used with that hosting?

--
Alan
Adobe Community Expert, dreamweaver

http://www.adobe.com/communities/experts/



Reply With Quote
  #4 (permalink)  
Old 03-30-2008, 09:57 PM
Ehrhart
 
Posts: n/a
Re: Dreamweaver Form redirect not working

I just encountered this with this script. There should be documentation on the
help files... When the directory is set up for your site, they should have
included the gdform.asp file in your main directory. The support directions
should explicitly guide you through the process to assign the correct email
destination for the results...

Reply With Quote
  #5 (permalink)  
Old 03-30-2008, 10:03 PM
Ehrhart
 
Posts: n/a
Re: Dreamweaver Form redirect not working

.... along with the specifying the thankyou filename and location!
Reply With Quote
  #6 (permalink)  
Old 03-30-2008, 10:06 PM
Alan
 
Posts: n/a
Re: Dreamweaver Form redirect not working



> I just encountered this with this script. There should be documentation on the
> help files...


talk to godaddy.
Better- change hosts.

--
Alan
Adobe Community Expert, dreamweaver

http://www.adobe.com/communities/experts/



Reply With Quote
  #7 (permalink)  
Old 03-30-2008, 10:12 PM
Ivae
 
Posts: n/a
Re: Dreamweaver Form redirect not working

On the help files at my hosting account? Because I looked through them and didn't see anything...
Reply With Quote
  #8 (permalink)  
Old 03-30-2008, 10:21 PM
Alan
 
Posts: n/a
Re: Dreamweaver Form redirect not working



> On the help files at my hosting account? Because I looked through them and
> didn't see anything...


I am guessing you are hosted with someone who is reselling for godaddy.

http://help.godaddy.com/topic/100/article/512

Not the line that you must go into the hosting control panel and set an
email address.


--
Alan
Adobe Community Expert, dreamweaver

http://www.adobe.com/communities/experts/



Reply With Quote
  #9 (permalink)  
Old 03-30-2008, 10:33 PM
Ivae
 
Posts: n/a
Re: Dreamweaver Form redirect not working

Yeah, I actually found the support here:
http://help.securepaynet.net/topic/1...rog_id=domains

and I went into the control panel and I went in and put the email in.
Everytime I submit the form now, I get this error:

Error creating file! Directory may not be writable or may not exist.
Unable to process request.



Reply With Quote
  #10 (permalink)  
Old 03-30-2008, 10:33 PM
Ehrhart
 
Posts: n/a
Re: Dreamweaver Form redirect not working

Yeah, on the hosting help files (I was using GoDaddy). If you search for
"scripts" or "email" within the support documentation it should be there. But
let me tell ya, I used the old analog phone to get pointed in the right
direction and it saved lots of time! Good luck



Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Software > Adobe Software > Dreamweaver


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 04:50 PM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0


Sponsors:
Secured Loans | Loans | Mortgages | Cash ISA | MPAA



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114