Chronoconnect connect to Chronoforms and JEvents

Mgringo 02 Feb, 2015
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
GreyHead 02 Feb, 2015
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
Mgringo 03 Feb, 2015

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]
GreyHead 03 Feb, 2015
Hi MGringo,

Yes probably - but I don’t know anything about how JEvents works and where this data is stored :-(

Bob
This topic is locked and no more replies can be posted.