php - Joomla Form Submission Issue -


I have RS Form Pro installed. I have created one and when it submits, Has changed to another site, where the form data is processed and then I come back to my Joomla site.

Form Place: www.myjoomlasite.com/index.php

Form Properties - & gt; Form Properties - & gt; Action = www.mysite.com/process.php

Return URL = www.myjoomlasite.com/index.php

What issue This is that when the user submits form from www.myjoomlasite.com/index.php , the form for the form is www.mysite.com/process.php , the process File value is being received correctly but I can not get any form deposit value in the component in my RS component. How will this process be done in Joomla, so that I get the data on both sites.

You must use the appropriate administrator to process the form and "www.mysite. Using com / process.php " you are creating additional entry points which can be weak.

And in order to process the form in the controller, the following link will execute the desired controller.

www.mysite.com/index.php?option=com_component&controller=myController

for detail < / Html>

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -