Hi,
I have a few events in JEvents where people can register for an event. each event is for 50 persons, so after 50 persons this particular event must be disabled automaticly. Can I do this with Chronoconnect and Chronoforms?
[list]Registerform is made with Chronoforms[/list]
[list]Events is build with JEvents[/list]
Anybody an Idea?
Thanks in advanced!
MGringo
I have a few events in JEvents where people can register for an event. each event is for 50 persons, so after 50 persons this particular event must be disabled automaticly. Can I do this with Chronoconnect and Chronoforms?
[list]Registerform is made with Chronoforms[/list]
[list]Events is build with JEvents[/list]
Anybody an Idea?
Thanks in advanced!
MGringo
Hi MGringo,
Yes you can do this, In the Form On Load event add an Event Switcher with code that checks the number of accepted applications in the JEvents tables. If it's less than 50 show the form, if it's 50 or more do something else.
Bob
Yes you can do this, In the Form On Load event add an Event Switcher with code that checks the number of accepted applications in the JEvents tables. If it's less than 50 show the form, if it's 50 or more do something else.
Bob
Hi MGringo,
Yes you can do this, In the Form On Load event add an Event Switcher with code that checks the number of accepted applications in the JEvents tables. If it's less than 50 show the form, if it's 50 or more do something else.
Bob
Oke thank you Bob,
So when I want to load dates from JEvents I have to isert the table_name in the value key (Dynamic data) with php?
[attachment=0]Schermafbeelding 2015-02-03 om 10.57.06.png[/attachment]
This topic is locked and no more replies can be posted.