Skip to main content
August 9, 2007
Answered

sending form variables using "GET"

  • August 9, 2007
  • 3 replies
  • 463 views
Here's what i need to do:
Send email input field text and 2 hidden fields, which I am thinking I would just set the fields up but make them not visible with the values already input. The info needs to be sent to a email campaign account with Sendito on their server. I assume I would use some form of loadVariables to send the field values, but I am missing something... and I think it is the whole "GET" thing. I have attached the HTML code they give you at the bottom...

Basically, when you enter your address and sign up in HTML it then takes you to a page on the sendito site and does the whole confirmation thing. I am stuck with Sendito because of my client and i really would hate to have a pop-up window with the HTML list sign-up... you know. Any help would be huge!

This topic has been closed for replies.
Correct answer kglad
It is so close....
It goes through alright but it gives me an invalid address message because it is sending the initial text I have input to the field as the label, "PLEASE ENTER YOUR EMAIL ADDRESS" as opposed to the text that is typed in to the field. Could the setFocus be making this happen. I have tried a few different things with no luck... sorry to be a bother.

use:

3 replies

kglad
Community Expert
Community Expert
August 14, 2007
you're very welcome.
kglad
Community Expert
Community Expert
August 13, 2007
there's no charge for this help. i only charge for more time-consuming help and, of course, only with an understanding that i will be charging for help.
August 14, 2007
I appreciate it. I have bookmarked your site so i may be in touch for a large job I have coming up
kglad
Community Expert
Community Expert
August 9, 2007
in as2:

August 11, 2007
It is working in the aspect that it does take you to the sendito site upon clicking the send button... but the home page, not the confirmation page. So it is not receiving the proper field values. I have dropped the script below in the first frame of the timeline where the fields reside. I tried adding the send function to the button, but that did nothing. I gave the email box a variable name, is this correct, or should it be the field name which i am using for the setFocus.
kglad
Community Expert
Community Expert
August 11, 2007
oops, my bad: