/    Sign up×
Community /Pin to ProfileBookmark

Charity Website – Passing input data from Site A form to Site B form. Is it possible?

Hi,

I am wondering if it’s possible to have a user visit my website (Site A) and fill out a form that has first name, last name, email and a submit button. When the user hits submit, that information is emailed to me, but then the user is directed to this site (URL address blocked: See forum rules)=34971#donation-info where there is a form that is asking for some of the same information.

I am wondering if any of that information that was gathered on my site (Site A) can be passed onto that Charity Water page and prepopulate those fields so that information does not have to be entered twice?

Thank you for your help!!!

to post a comment
PHP

3 Comments(s)

Copy linkTweet thisAlerts:
@coding123Apr 12.2013 — Hello,

After your email sending logic, you can add functionality which posts form data to your new site as name-value pairs. Like this www.example.com?name=john&pass=pass. From here it is just a matter of extracting url parameters into your second form.
Copy linkTweet thisAlerts:
@jedaisoulApr 12.2013 — It depends on whether the charity site is set up to receive parameters, and whether they are GET or POST parameters. The URL of the charity site was removed, and there are a number of water charities with similar names, so I can't help further...
×

Success!

Help @JiggaMan08 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.17,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...