hello,it`s the first time i`m using this chronoforms.. my problem is i want to make a link so my end user can see data that he input/another user input.. how ?? i dont find any clue how to show data to my end user.. thanks for your answer😀
I'd recommend having a look at the ChronoConnectivity component.
Edit: Referring to the proper component now. Sorry Max.
Edit: Referring to the proper component now. Sorry Max.
Hi, just a quick correction, you should look at ChronoConnectivity!😉 there is a basic tutorial for it through the home page article!
Cheers,
Max
Cheers,
Max
hello.. first i will explain my condition,i want to make a registration form for a sport competition in my school..
my form look like:
-----------------------------------------------------
name :
contact person :
email :
sport [some checked box] badminton
volly
basketball
so the contestant must checked what sport that he like to join..
----------------------------------------------------------
and i want to make a link to show my user look like
user that join badminton is
1.xxxx
2.xxxx
3.xxxx
4.xxxx
5.xxxx
join volly is :
1.xxxx
2.xxxx
3.xxxx
etc..
can chronoconnectivity do that??
my form look like:
-----------------------------------------------------
name :
contact person :
email :
sport [some checked box] badminton
volly
basketball
so the contestant must checked what sport that he like to join..
----------------------------------------------------------
and i want to make a link to show my user look like
user that join badminton is
1.xxxx
2.xxxx
3.xxxx
4.xxxx
5.xxxx
join volly is :
1.xxxx
2.xxxx
3.xxxx
etc..
can chronoconnectivity do that??
Hi summy,
It's probably fiddly to get the Ordering correct with ChronoConnectivity. Personally I'd create a second custom form in ChronoForms that had no input fields but just called up the data from the database and displayed it like this. You can't do this with the Wizard but it is entirely possible by writing the PHP in the Form HTML box.
Bob
It's probably fiddly to get the Ordering correct with ChronoConnectivity. Personally I'd create a second custom form in ChronoForms that had no input fields but just called up the data from the database and displayed it like this. You can't do this with the Wizard but it is entirely possible by writing the PHP in the Form HTML box.
Bob
This topic is locked and no more replies can be posted.