Is it possible to load an event in a form using the article plugin or does the plugin only trigger the on Load event to the form?
Hi Bullfn33,
I'm pretty certain that the plug-in will only trigger the On Load event as it's written at present. There is no provision for the parameters that would be needed to do something else.
You could try using a hidden input in the form with name=event and value=event_name; that might work.
Bob
I'm pretty certain that the plug-in will only trigger the On Load event as it's written at present. There is no provision for the parameters that would be needed to do something else.
You could try using a hidden input in the form with name=event and value=event_name; that might work.
Bob
This topic is locked and no more replies can be posted.