iEntry 10th Anniversary Forum Rules Search
WebProWorld
Register FAQ Calendar Mark Forums Read
Graphics & Design Discussion Forum Post your graphics design questions/comments/ideas in here. Ask questions, post tutorials, discuss trends and best practices. Sub-forum for website accessibility and usability.

Share Thread: & Tags

Share Thread:

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-27-2007, 05:32 AM
WebProWorld New Member
 
Join Date: Jul 2005
Posts: 7
webace RepRank 0
Smile Passing form data to remote form on another site

Hi Everyone

I recently joined a network marketing opportunity and I am in the process
of designing my own marketing site for it, currently the companies site has
a form on it for new members to join however they don't have a referral script
in place so a introducer's ID has to be manually inserted into thier aspx form.

What I need to know is if there is any way I can pass this data via url or a hidden form
to the form on their site, I am doing my site in plain old html.

your help would be appreciated.
Reply With Quote
  #2 (permalink)  
Old 08-27-2007, 10:04 AM
DaveSawers's Avatar
WebProWorld Veteran
 
Join Date: Dec 2006
Location: Calgary, Alberta, Canada
Posts: 492
DaveSawers RepRank 3DaveSawers RepRank 3
Default Re: Passing form data to remote form on another site

That depends on how their site is coded, not yours. If they will accept a passed parameter for introducer's id, then you just put it in the URL for your link to them. You'll have to ask.
__________________
Dynamic Software Development
www.activeminds.ca
Reply With Quote
  #3 (permalink)  
Old 08-27-2007, 05:21 PM
WebProWorld Pro
 
Join Date: Jun 2004
Location: The Barrens of NE Ohio
Posts: 236
nottheusual1 RepRank 0
Default Re: Passing form data to remote form on another site

You'd think that if they were worth their salt they would make something like what you need to do as simple as possible - and would tell you how...

It's probably nothing more than appending some "id=123456" scenario to your outbound links, but they must provide that info.

That being said, if it **truly** must be entered manually, then you may not be able to insert variables as a safety (anti form-spam) feature.
__________________
:not_the_usual1
[you decide]
________________
All in my opinion, which, when combined carefully with a $1 bill, gets you a cup of coffee at the corner store.
Reply With Quote
  #4 (permalink)  
Old 08-28-2007, 06:12 AM
WebProWorld New Member
 
Join Date: Jul 2005
Posts: 7
webace RepRank 0
Default Re: Passing form data to remote form on another site

Thanks Guys

I have contacted the company which is a very large South African company however they dont seem to have the technical savvy for this type of thing and are somewhat
still stuck way back in the 1900's with manual signups, but they have a good rep so I will stick it out and find another way to do this.

thanks again
Reply With Quote
  #5 (permalink)  
Old 08-28-2007, 11:16 AM
wige's Avatar
Moderator
WebProWorld Moderator
 
Join Date: Jun 2006
Location: United States
Posts: 2,648
wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9
Default Re: Passing form data to remote form on another site

Could you post the file and the affiliate variables you need to send to the form to me in PM? I can take a look later and see if I can find a way to push the information through to them.
__________________
The best way to learn anything, is to question everything.
Reply With Quote
  #6 (permalink)  
Old 08-28-2007, 11:36 AM
WebProWorld New Member
 
Join Date: Jul 2005
Posts: 7
webace RepRank 0
Default Re: Passing form data to remote form on another site

Sure no probelm
Reply With Quote
  #7 (permalink)  
Old 08-30-2007, 09:58 AM
danlefree's Avatar
WebProWorld Pro
 
Join Date: Jun 2005
Location: Seattle
Posts: 265
danlefree RepRank 4danlefree RepRank 4danlefree RepRank 4danlefree RepRank 4
Default Re: Passing form data to remote form on another site

Somewhat late post, but if your hosting offers PHP with the Client URL Library (cURL), you can run a behind-the-scenes post after creating a copy of their form on your server.
__________________
Dan LeFree | Product Manager (Linux VPS Hosting) | Owner/Operator (Web development, marketing)
Reply With Quote
  #8 (permalink)  
Old 08-30-2007, 11:26 AM
wige's Avatar
Moderator
WebProWorld Moderator
 
Join Date: Jun 2006
Location: United States
Posts: 2,648
wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9
Default Re: Passing form data to remote form on another site

Looking at the form in question, it only accepts POST data. The only workaround I can see is to replicate the form on your own site, with the id code in a hidden field. Because most web browsers will notify the user that the form is going to another server, you should make this clear on your version of the form.

I should add, looking at that site in Firefox, I wouldn't enter my credit card information, it is horrible. The form elements overlap text, it is an awful design... as a customer, I wouldn't trust it. I think this could lose you conversions. On top of that, they definitely don't make it easy for you as an affiliate.
__________________
The best way to learn anything, is to question everything.

Last edited by wige; 08-30-2007 at 11:29 AM.
Reply With Quote
  #9 (permalink)  
Old 08-31-2007, 04:21 AM
WebProWorld New Member
 
Join Date: Jul 2005
Posts: 7
webace RepRank 0
Default Re: Passing form data to remote form on another site

Hi Guys

Thank you for your suggestions and I will try them the both, I doubt cURL will work in this case but will see what happens although I think wige is on the right track with his suggestion of basically duplicating their form on my my site.

I have offered them to redo their site in php with all the correct required features for online marketing purposes so we will see if they go for that

again thank you very much for your suggestions.
Reply With Quote
Reply

  WebProWorld > Site Design > Graphics & Design Discussion Forum

Thread Tools
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

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Form data to PDF Tim Web Programming Discussion Forum 15 04-28-2007 02:51 AM
Passing form-based POST login to leech software? thierry101 Web Programming Discussion Forum 0 02-17-2007 01:41 PM
Question on passing values into a sql statement from a form? jpdeveloper Database Discussion Forum 15 02-15-2006 10:53 AM
ASP-form passing parameter values into another file?? jpdeveloper Web Programming Discussion Forum 3 02-07-2006 06:06 PM
Pre-populating an HTML Form with Data from Another HTML Form ambassador Web Programming Discussion Forum 3 06-19-2005 10:12 PM


All times are GMT -4. The time now is 08:53 AM.



Search Engine Optimization by vBSEO 3.3.0