Rohitz -zust stay here
Rohitz -zust stay here

Reputation: 172

How to fill multiple forms using single form

I am trying to build an online application where user can fill my another 2 websites suppose http://www.abc.html and http://xyz.html contact us form using my third website form suppose http://def.html.

Actually, when you fill the form in http://def.html then after clicking on submit button it should give fill the both form presented in another 2 websites.

I am not getting of how to do this? I have researched many times on Google but yet not get satisfied answers except that this could be done via java-script and URL. Here is the URL of what I get so far..

URL- http://www.javascript-coder.com/javascript-form/javascript-get-all-form-objects.phtml

I am new in web developing and trying to build this. Please suggest me how can I achieve this?

Thanks in advance..

Upvotes: 1

Views: 460

Answers (1)

Ramin Taghizada
Ramin Taghizada

Reputation: 125

I would store them as arrays or strings , then use it for future purpose unless they are not different pages of websites , in that case you have to use cross-site in JSON .

Upvotes: 2

Related Questions