• 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: How do I pass a parameter through the URL?

How do I pass a parameter through the URL? 12 years 1 month ago #22411

  • milan00
  • milan00's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
Hello
I have built custom registration form (Form 1) and when user log in he goes to another form (Form 2).
In Form 2 I would like some fields to be predefined with information the user already provided on Form 1.

I found this article on topic how to easily display information submitted in another form, but this article how to do it is very confusing.
www.rsjoomla.com/support/documentation/v...-different-form.html


(step 1)

You can add any parameter in the URL of a form. Parameters are added at the end of the URL. For example:
www.mywebsite.com/index.php?option=com_r...&myparameter=myvalue

Where to add this parameter? Is it in Menage forms/Properties/Form Attributes/Action ?


(step 2)When determent what fields should be submitted in another form,

<fieldset class="formFieldset">
<legend>{global:formtitle}</legend>
{error}
Data submitted in a different form:
FullName field : {FullName:value}
Email field : {Email:value}
Age field : {Age:value}

Where this code should be added with names of determent fields(Form 1 or Form 2)? Should this code be added in Menage Form/Form Layout/HTML Layout ?

Thank you all in advance.
Last Edit: 12 years 1 month ago by milan00.
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!