Discussion Forums

API submission question - dual submission

 
Sentinel
30 posts

Hi,

Not sure if this can be done easily.  What i’m wanting to do is create a web form that submits data to 2 places.  1 of those places is Solve360 the other is 1shoppingcart.  My question is… should i create an API-based solve web form, or should i create a 1shoppingcart form?

I’m a little out of my realm here, so need some advice.

Thanks,
Ryan.

Avatar
Administrator
3952 posts

Hi Ryan,

There are two components in play 1) the form that captures the information from the user, 2) the form them posts (sends) the data to a script that does something with that data.  The script is the machine that does the work.  You should be able to program the script to do each of the two requests sequentially.

So the question becomes where does the script run and do you have control over what it does.