Forum Replies Created
- AuthorPosts
lawrencepepper
ParticipantOK,
Thanks.
Can I suggest that in a future release the ability to place PHP in the HTML element be added.
L
lawrencepepper
ParticipantI am not saving the filename here, I am looking it up from the database and trying to display it.
L
lawrencepepper
ParticipantThanks.
Worked!
L
lawrencepepper
ParticipantAny news on the release of 2.0? How close are you guys?
I have a project that I would like to use Quform on but am waiting to see what the 2.0 release brings in terms of new features….
L
lawrencepepper
ParticipantThanks!
Works!
L
lawrencepepper
ParticipantOK,
Found another plug in that works well with Quform.
Thanks!
L
lawrencepepper
ParticipantFound the problem.
It is actually a plug in: WP Require Auth. See here: http://johnny.chadda.se/projects/wp-require-auth/
Once deactivated the upload works. Have you come across this? Any ideas on how to fix. I really need this plug in to work.
L
lawrencepepper
ParticipantOK was looking in wrong file.php, there seems to be two of them.
In any case I deleted the code and now I get a file upload error when trying to upload a file from a form.
L
lawrencepepper
ParticipantI have gone through the file in Coda, did a search for this code and can not find it anywhere. What line number is it at?
L
lawrencepepper
ParticipantHello,
I can not find that code anywhere in file.php.
L
lawrencepepper
ParticipantThanks!
L
lawrencepepper
ParticipantOK,
Must have been a typo or a gremlin.
I deleted all the code and the script started from scratch and now it works.
oh well….
Thanks!
L
lawrencepepper
ParticipantI am trying to take the data and do an update to a mysql database.
Even when I do a variable dump on the page it lists nothing in the array.
The database update does not do anything as there is no data.
I have also tried a work around by setting the data as session variables:
function record_update($form)
{
$_SESSION['iphorm_4'] = $form->getValues();
}add_action('iphorm_post_process_4', 'record_update');
This also does not work the variables do not get set.
Yet in the same functions.php page I have:
function record_lookup($form)
{
$_SESSION['iphorm_5'] = $form->getValues();
}add_action('iphorm_post_process_5', 'record_lookup');
And this works fine.
I am at a loss?
L
lawrencepepper
ParticipantThanks!
Worked.
L
lawrencepepper
ParticipantGetting this error in lof file:
[11-Mar-2013 14:31:16] PHP Notice: get_theme_data is <strong>deprecated</strong> since version 3.4! Use wp_get_theme() instead. in C:\Users\Administrator\Documents\Websites\edata\wp-includes\functions.php on line 2839
- AuthorPosts