Forum Replies Created
- AuthorPosts
Sierra
Participantfunction mytheme_save_form_data ($form)
{
session_start();
$_SESSION[‘iphorm_1’] = $form->getValues();
}
add_action(‘iphorm_post_process_2’, ‘mytheme_save_form_data’);below is the getting notice in debug.log file :
[27-May-2015 11:08:40 UTC] PHP Notice: Trying to get property of non-object in C:\xampp\htdocs\corpsites_devlab1\wp-content\plugins\fusion-core\admin\page-builder\classes\class-shortcodes-parser.php on line 93
Sierra
ParticipantHi there,
We’re in the process of building a new website and had implemented Quform (with a Regular License/Activation Code) on a development server. Throughout the developing and testing process, we moved from one development server to another, and now the Form is no longer activated, unfortunately now our licence code is no longer valid.
In total, we will have one external website. But, we will also have a development server, and a mirrored production server which will be used to edit, review, and push content live to the external website.
Is it possible to obtain a new license code for our development server, without re-purchasing the product?
- AuthorPosts