Welcome, Guest

how do I make a summaries page in classic mode?
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: how do I make a summaries page in classic mode?

how do I make a summaries page in classic mode? 1 year, 5 months ago #16786

Hi all,

Does anyone know how to make a form summaries page using classic mode?

i.e. how do I display the content that the client has typed on a 2nd or 3rd page on a form?
  • SoftDux

Re: how do I make a summaries page in classic mode? 1 year, 5 months ago #16894

Hi SoftDux!

You have access to the entered values through JavaScript!

matthias
  • goshmac
  • OFFLINE
  • Expert Boarder
  • Posts: 114
  • Karma: 5

Re: how do I make a summaries page in classic mode? 1 year, 5 months ago #16900

Hi matthias,

Thanx for this. Can you please give me some more info on howto actually use it? I'm not a JS programmer and with a lack of documentation I don't know where to start
  • SoftDux

Re: how do I make a summaries page in classic mode? 1 year, 5 months ago #16901

Ok,

this way you can access a value in a textfield:

var myTextField = ff_getElementByName('NameOfYourTextField');
// Now the TextField which will get the value of your first TextField
var myTextField2 = ff_getElementByName('NameOfYourSeceondTextField');
// Set the value
myTextField2.value = myTextField.value;


This piece of code you can place on your last site in properties->scripts->initialisation->special->site (important: you have to click 'generate script') of each TextField you want to fill.



Then set the right names in the code.

Now when you will enter the last site, your TextFields should hold the before entered values

hope it helps..

matthias

ps.
it may be important to go to your form properties and set the following option:



i know it is german, but i hope you find your way
  • goshmac
  • OFFLINE
  • Expert Boarder
  • Posts: 114
  • Karma: 5
Last Edit: 1 year, 5 months ago by goshmac.
  • Page:
  • 1
Moderators: TheMuffinMan, ForumSupport
Time to create page: 1.06 seconds

About

Crosstec GmbH & Co. KG

Bergisch-Gladbacher-Str. 829

51069 Cologne, Germany