DMXzone Database Updater PHP Support Product Page
Not a problem
not inserting
Reported 15 May 2014 11:41:03
5
have this problem
15 May 2014 11:41:03 Jamie oates posted:
sorry guy shaving problems with the updater, trying to insert a simple contact and its not, just reloading the page when i submit.group.pureglobalproperties.com/demo/contact/
I have tried rebuilding it a few times and don't see anything out of ordinary.
Replies
Replied 15 May 2014 11:41:54
15 May 2014 11:41:54 Jamie oates replied:
should mention that I have latest versions installed and using CS6 due to my ongoing issues with CC and the plugins.
Replied 15 May 2014 12:17:57
15 May 2014 12:17:57 Teodor Kuduschiev replied:
Hello Jamie,
You should not use submit button there but a plain button...
This:
Should be:
And you also need to apply the insert executor on click.. as described in the tutorials.
You should not use submit button there but a plain button...
This:
<input class="btn btn-success col-sm-12" type="submit" value="Submit" name="send">
Should be:
<input class="btn btn-success col-sm-12" type="button" value="Submit" name="send">
And you also need to apply the insert executor on click.. as described in the tutorials.
Replied 15 May 2014 15:45:59
15 May 2014 15:45:59 Jamie oates replied:
cool thx for the help had to be something simple
Replied 21 Jul 2014 21:37:10
21 Jul 2014 21:37:10 Aidan Wynne replied:
Jamie....I have been trying to test an insert text into my database but it won't work.
I follow the Tutorial.
I also tried what you were told to try above and still it won't work.
I follow the Tutorial.
I also tried what you were told to try above and still it won't work.
Replied 21 Jul 2014 23:34:09
21 Jul 2014 23:34:09 Jamie oates replied:
Replied 03 Nov 2014 22:42:14
03 Nov 2014 22:42:14 Matt Penn replied:
Jamie - how did you solve your issue?