Submit from different site

zest96 23 May, 2016
Recently i've found a website that has a form that collects all necessary info and send it directly to my website's form to the on_submit task.
The values are saved in my database and the form actually perform as if the user submits from my site. the users even pay at the payment iframe page.

the problem is that i dont want other sites to use my form and by-the-way collect information from users without they knowing their info in in another hand too.

how can i block the use of the form from outside of my website?
can i check the referrer at the on_submit and compare it to the referrer or constant value on form's on_load ?
or even put some VAR on the on_load and validate it on the on_submit?

thanks
GreyHead 23 May, 2016
1 Likes
Hi zest69,

There are some suggestions here that might help.

Bob
This topic is locked and no more replies can be posted.