one form to multiple websites!

by 2 replies
3
Hi people, I was wondering if I could use javascript to make a form to be used to submit the same information to multiple websites (not my websites). For example, I want to submit that my kindle book is free to about 20 sites, each one has its own form, but it would be much faster if I could do it from one place.
Any ideas?:confused:
#programming #form #multiple #websites
  • Write a script in php that takes your form input then uses curl to post to each of the other forms.
    • [ 1 ] Thanks
    • [1] reply

Next Topics on Trending Feed

  • 3

    Hi people, I was wondering if I could use javascript to make a form to be used to submit the same information to multiple websites (not my websites). For example, I want to submit that my kindle book is free to about 20 sites, each one has its own form, but it would be much faster if I could do it from one place. Any ideas?:confused: