Hi
Can anyone give me some help creating a simple action for the new version of Chronoforms?
What i want is to simple have an action i which i can add to form which allows me to use the inbuilt Joomla messaging system.
I can use the following code in a custom code block but as i am using the code in a few forms it would be nice to use the new Chronoforms modular design and create a custom action :-D
<?php
$mess = '<div class="box-info">Thank you for creating a new request.</div>';
JFactory::getApplication()->enqueueMessage( $mess );
?>
The action would require a text input to allow entry of the message.
Many thanks in advance
john
Can anyone give me some help creating a simple action for the new version of Chronoforms?
What i want is to simple have an action i which i can add to form which allows me to use the inbuilt Joomla messaging system.
I can use the following code in a custom code block but as i am using the code in a few forms it would be nice to use the new Chronoforms modular design and create a custom action :-D
<?php
$mess = '<div class="box-info">Thank you for creating a new request.</div>';
JFactory::getApplication()->enqueueMessage( $mess );
?>
The action would require a text input to allow entry of the message.
Many thanks in advance
john