• 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: RS Form - Auto Populate Fields Previous page

RS Form - Auto Populate Fields Previous page 12 years 3 months ago #21366

  • seanmt
  • seanmt's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
I currently have a multiple page form, RS Form Pro. Specifically 8 pages. When a person completes page one, they hit next. Is it possible for pages 2 - 8 to auto fill specific data from page one? The data that will be the same on pages 1 - 8 will be "name."

The purpose here is the form says on the bottom of each page, please type your name to confirm.

For some reason my client does not want to default to check boxes for terms of service. We may have to go that route if we can't have fields auto fill.

We all love clients!
The administrator has disabled public write access.

RS Form - Auto Populate Fields Previous page 11 years 9 months ago #24239

  • nqhr1
  • nqhr1's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
Any suggestions or fix found on this yet?
The administrator has disabled public write access.

RS Form - Auto Populate Fields Previous page 11 years 8 months ago #24718

  • rbosboom
  • rbosboom's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 6
for example.

put this in the additional atribute of you "next" button;

onclick="document.getElementById('fieldname2bfilled').value =(document.getElementById('fieldnamefilled').value);"

When you place the field named "fieldname2bfilled" on the next page, its value is the value from "fieldnamefilled"

hope this is what you need.

rob
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!