Currently, i use it with Woocommerce and works really great!
Thanks a lot!
]]>Saves having to remember to go and delete users later, which nobody remembers to do.
]]>I wondered if anyone knows some plugin developers? Cost of this?
Thanks!
]]><?php
add_shortcode('contact_form','contact_form');
function contact_form(){
if (isset($_POST['submit'])){
global $wpdb, $table_prefix;
$name = $_POST['name'];
$data = array('name'=>$name,'message'=>'message');
$wpdb->insert($table_prefix.'contact_form',$data,array('%s','%s'));
echo 'added';
}
?>
<form method="POST" action="" id="contact_form">
Name: <input type="text" name="name">
<input type="submit" name="submit" value="submit">
</form>
<?php
}
when I submit the form, if I write sth in the text field, is says ‘The page doesn’t exist’ but if i leave it empty, it submits the form. what is the problem? I have used this shortcode in a page.
]]>I am trying to commit some updates to my plugins but the SVN is not working properly for me and keeps returning 500 Internal Server Error.
Error: Commit failed (details follow):
Error: PUT request on ‘/!svn/txr/900357-jwta/like-gate/trunk/tinymce/editor_plugin.js’
Error: failed: 500 Internal Server Error
Videos
https://www.youtube.com/watch?v=anXJ6R2w62w&feature=youtu.be
https://www.youtube.com/watch?v=QHQeV-VdUlE&feature=youtu.be
I have bought a great plugin, with the worst service from the developer.
I need a wordpress plugin expert that is willing to help
me understand the plugin.
Willing to pay for your knowledge and help
Ernestine
The issue was that when I included the name, it was sanitized to a slug which did in fact conflict with another slug. It was also not what I was wanting my slug to be. Once I realized what this issue was, I just entered the slug I wanted and everything worked.
If it’s not possible to change the field title, could we at least have a small description that clarifies what is being checked for uniqueness? This would have saved me a couple of minutes and I’m sure I’m not the only one.
Thanks!
-Dan
thanks
If interested reply to this post and add me on skype : ali.chaudary2
please only serious developer
]]>