• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Recieving data from external form

Recieving data from external form 10 years 11 months ago #27582

  • alan09
  • alan09's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 6
Hi
I am trying to get RS form to receive data from an external form using post, I have been able to send data from an RS from to the external Form with no issues.
But when I post the data back with the external form to my form the page opens but none of the fields are filled.
I have these field just setup as text fields, I am nearly sure this is not correct.
Any help would be appreciated.

One of my field codes would be

<div class="formField rsform-block rsform-block-istransactionsuccess">
{isTransactionSuccess:caption}<br/>
{isTransactionSuccess:body}<br/>
{isTransactionSuccess:validation}
{isTransactionSuccess:description}<br/>
</div>

Regards
Alan
The administrator has disabled public write access.

Recieving data from external form 10 years 11 months ago #27584

  • alan09
  • alan09's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 6
Hi
I managed to figure out how to display the returned data on my second from using php

echo "<h4>response code " . $_POST["responseCode"] . "</h4>";

But can someone help me figure how to put the data in a field so I can submit the results.

Alan
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!