Jump to content

Form Submissions


karmacriminal

Recommended Posts

When hitting Submit, I get this:

 

There are missing fields!

recipient is missing

 

Form Dump:

file:

submit: Submit

textfield: Seeing if i can help

textfield2: 19

textfield3: human

textfield4: checking-ur-form

 

 

BTW, it seems that there are 2 forms, 1 which includes the fields, and 1 which contains the submit / mailto (recipient) information.

 

 

OK, put the 2nd form codes behind the 1st one, after /formdata: which should result i sumting like this:

   <FORM name=form1 action=" http://karmacriminal.com/cgi-sys/FormMail.cgi"

      method=post encType=multipart/form-data><INPUT id=submit type=hidden

      value=mailto:mailto:lakin@adelphia.net name=submit> <INPUT type=hidden

      value=mailto:lakin@adelphia.net name=recipient>

 

about "Sorry I can't send to adelphia.net . Is adelphia.net on this server", i tried it (adjusted it to my site, etc. DONT WORRY YOURS IS STILL INTACT) and it gave the same, so my guess is that you should recipient /mailto to an email account from your website (eg. lakin@karmacriminal) instead of using another email address, the submit works from your site, and Thus only TO your site...

 

Hope i've been of some assistance, and al is clear, ask away if not, i like to help...

Link to comment
Share on other sites

About the "page showing results add this to your form:

<input type=hidden name="redirect" value="http://www.whatever-the-sites-address-was-before-hitting-submit.html">"

 

i suggest putting it in the next line after the recipient line. :(

 

OH!....And when someone sends a file, where is that supposed to go? in the email?

About the filestuff, sorry, thats my problem too, but i assume, that if the upload function works, it should be sent to your mailbox i guess.

Sorry with that I really cant help you, but im trying to find out how to get it to work, so if i do, ill be sure to let u know (unless you already have it covered by then)

Link to comment
Share on other sites

<form action="http://www.******/cgi-sys/FormMail.cgi" method="POST" name="form1">

<input type="hidden" name="recipient" value="here@somewhere.com">

<input type="hidden" name="subject" value="Something you want in the subject of the email you will receive">

<input type="hidden" name="redirect" value="http://www.******/YourRedirectPage.html">

 

 

The:

 

<input type="hidden" name="recipient" value="here@somewhere.com">

 

defines the email address of the recipient.

 

Hope this helps.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...