Chronoforms plugin parameter and 'Show Form' action support.

laxis 27 Mar, 2013
Hi

I have made a hack for chronoforms plugin (Chronoforms_J3.0_V4_RC3.5.3_Plugin.zip)
- Working with 'Show Form' action with 'Load Form' method in multiply chained forms.
- Handle the TinyMCE forced_root_block <p> html tags.
- Support parameters like: {chronoforms data:"variable=value&variable2=value2"}myform{/chronoforms}
The data parameter is merged into $form->data array early before the load event. You can easy make new parameters to manipulate form parameters like: {chronoforms data:"variable=value" extra_content:"whatever"}myform{/chronoforms}

The plugins/content/chronoforms/chronoforms.php file diff:
http://paste.ubuntu.com/5653123/
The whole plugin:
http://magex.hu/~laxis/dl/Chronoforms_J3.0_V4_RC3.5.3_Plugin_hack.zip
GreyHead 28 Mar, 2013
Hi Laxis,

Thank you very much, I look forward to trying this out :-)

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