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
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
This topic is locked and no more replies can be posted.