php - Transfer form data from a form to an external form -


i trying find way can have user fill out small form on site , on submit link external form (that have no control over) , populate information has been entered.

is possible? initial though using javascript append information url how retrieve it? maybe using iframe?

any appreciated!

edit: wanted clarify. tthe fields of external form autopoulate information entered on site visitor enter other info dont need. can curl?

it's possible in javascript. if know output in 'external submit' can filter , print out on site. it's ajax related.

another way curl, php. regular expression can filter out information need on own site.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -