Hi,
I am slowly getting to grips with the basics of chronoforms V4 but am stumped on this aspect!!
In the FAQ’s, under “How to load one row from a DB table into a form” the tutorial is very straight forward and works well. However, it stops short. There is nothing in the tutorial or anything I can find in the forum which gives any idea as how to get the value into the Request Parameter “token”.
Example given:
Index.php?option=com_chronoforms&chronoforms=user_details&token=ff2119500f1a4ec2318c210bf681b0fe
What I and I assume many others would like to know is how to pass a value for the token using a chronoform.
If the key DB field was serial_number how could you use a chronoform to get from the user the serial_number and pass it to the URL.
For Example:
A simple form which asks the user to input:
Label (Enter Serial Number) Field Name [serial_number]
[submit]
When submit is clicked the serial_number, let’s say it was 8888855555 is passed to the URL which now would read:
Index.php?option=com_chronoforms&chronoforms=user_details&token=8888855555
and as such open up the populated form with the data from the record whose serial number was 8888855555.
I am sure this is simple to many but to me I'm flummoxed!!
I am slowly getting to grips with the basics of chronoforms V4 but am stumped on this aspect!!
In the FAQ’s, under “How to load one row from a DB table into a form” the tutorial is very straight forward and works well. However, it stops short. There is nothing in the tutorial or anything I can find in the forum which gives any idea as how to get the value into the Request Parameter “token”.
Example given:
Index.php?option=com_chronoforms&chronoforms=user_details&token=ff2119500f1a4ec2318c210bf681b0fe
What I and I assume many others would like to know is how to pass a value for the token using a chronoform.
If the key DB field was serial_number how could you use a chronoform to get from the user the serial_number and pass it to the URL.
For Example:
A simple form which asks the user to input:
Label (Enter Serial Number) Field Name [serial_number]
[submit]
When submit is clicked the serial_number, let’s say it was 8888855555 is passed to the URL which now would read:
Index.php?option=com_chronoforms&chronoforms=user_details&token=8888855555
and as such open up the populated form with the data from the record whose serial number was 8888855555.
I am sure this is simple to many but to me I'm flummoxed!!