Magento ExtensionsMagento Extensions
Joomla ExtensionsJoomla Extensions
Magento TemplatesJoomla Templates
Web DevelopmentWeb Development

Related Services

Joomla customizing on project basis
If you need a custom functionality for your website or wish to integrate external APIs, payment gateways or web services to your site - this service for you. We will estimate and develop your requirements as a project for fixed price with fixed timeline. Contact us for a free quote
Dedicated Joomla development team
If you do not know the scope of work to be developed, or the functionality requires сontinuous modification then you can hire our professional development team on monthly basis. The package includes 100% of a programmer's time, 20% of the team coordinator's time and 20% of a quality assurance's time. Contact us.
(starting at $4480 per month)
Design services for Joomla
If you need a unique design or a logo, or even a ready template for your website we offer you our flexible design services. Contact for quote.
(unique design creation starting at $599)
(logo creation starting at $299)
(template slicing starting at $799)
Usage - Adding Signature to the form - Adding code to the form

 

So our signature is added to the page. Now to make it work correctly we should change the code of the form a bit.

To do it please do NOT close the form. Select Tools –> PHP Editor from the menu above the form. You will see the code of the form.

Please change it in the following way:

$form->getPostedValues();
$sign_page = 1;// Number of page on which the signature is available. Starting from the 1st page
require_once($GLOBALS['mosConfig_absolute_path'].'/administrator/components/com_sfg/plugins/imported/digital_sign_plugin/functions.php');
if ($form->page==($sign_page-1)){
if (!isset($form->files['signature']) && ($form->submitter != -1)) {
$form->error = "Please sign the form";
$form->submitter = -1;
}
}
$form->doAfterSubmitAction();
$form->renderForm();
$form->page_html = replaceDigitalSignature($form);
echo $form->page_html;

 

BLUE – initial code

RED – what should be added

ORANGE – what should be added with your own data

//GREY – description of data to be added

Please copy the red and orange code and add it to the Editor. Add the page on which your signature is added in the orange line.

Save the changes in the Editor and close it. Save the form again.

 

<< Prev. Page | Next Page >> | Back to Contents

 

SmartFormer Gold plugins

Plugin SFG2SFG Form migrator
Allows to transfer forms from SmartFormer to SmartFormer Gold
Free
Plugin SFG PDF Plugin
With this plug-in you can export all submitted data to PDF document with one button click.
Free
Plugin SFG Record Controller
Provides full management of submissions from both front-end and back-end.
$29.00
Add to cart
Plugin SFG Digital Signature
Digital Signature plug-in is used to sign the forms with the mouse movement.
$39.00
Add to cart
Plugin SFG PayPal plugin
Allows to create PayPal buttons on the form
$39.00
Add to cart