• 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: Fill in public form with last submitted values

Fill in public form with last submitted values 1 year 6 months ago #43018

  • thchelp
  • thchelp's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
Hello,
I have a public form that creates an article with custom fields that I use for filtering. I'd like give the user an option to enter another a submission but copy the previous submitted values into a fresh version of the same form. Here is what I've doen so far:
After a submission on the Thank You screen, I've used this custom scripting example to capture the values from the previous submission and display them. But how i can get the values to display in the form fields? Is there a way to do it with PHP and with the RS!Form Properties Scripts section or using code in the form field Default Value? Is Javascript better suited for this task? My fields are mostly text fields, a file submission field, and date time control field. I'd like to have everything copied again except leave the date and time field blank for the user to enter a new data and time. Thank you, -Brian
The administrator has disabled public write access.

Fill in public form with last submitted values 1 year 5 months ago #43036

  • andreic
  • andreic's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 745
  • Thank you received: 66
Hello,

You can use the following article as a starting point/reference :
www.rsjoomla.com/support/documentation/r...e-original-form.html
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
The administrator has disabled public write access.

Fill in public form with last submitted values 1 year 5 months ago #43040

  • thchelp
  • thchelp's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
Thank you! - I've used the passing the parameters through URL in the $thankYouMessage and it works great for everything except I have two file uploads field, an image upload for a logo and file upload for informational flyer.

Is it possible to copy those values into the form?
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!