gigex
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form DB] Trying to save a custom form to the dbOK, thanks for the help anyway! You are very communicative and i appreciate that!
Forum: Plugins
In reply to: [Contact Form DB] Trying to save a custom form to the dbi just wrote the google for the example. but wait you’re saying [cfdb-save-form-post] only captures posts when they are sent to other pages in my wordpress site? i can’t capture posts made to external sites?
Forum: Plugins
In reply to: [Contact Form DB] Trying to save a custom form to the dbOk, so i tried putting the shortcode on top, and i still had the same results.
Now i tried using this method on a new test page with the simplest of HTML forms and no other shortcodes present in the page. here is my code:[cfdb-save-form-post] <form action="https://www.google.com" method="POST"> <input type="hidden" name="oid" value="xxxxxxxxxx"> <input type="hidden" name="retURL" value="http://google.com"> <input type="hidden" name="form_title" value="TestForm"/> <label for="first_name">שם פרטי</label><input id="first_name" maxlength="40" name="first_name" size="20" type="text" /><br> <label for="last_name">שם משפחה</label><input id="last_name" maxlength="80" name="last_name" size="20" type="text" /><br> <label for="email">דואר אלקטרוני</label><input id="email" maxlength="80" name="email" size="20" type="text" /><br> <input type="submit" name="submit"> </form>I still get the same results as before…
Forum: Plugins
In reply to: [Contact Form DB] Trying to save a custom form to the dbNormal HTML form, using the shortcode outside the form, and no other plugins in the form itself.
Can other plugins outside the form interrupt and cause this?
Do i have to put the shortcode outside the form?Forum: Plugins
In reply to: [Contact Form DB] Trying to save a custom form to the dbfirst of all thanks for the quick response!
I don’t know of any additional cache plugin, but i have some more information.
There are 3 more columns in the database entry that are created (their content is empty though)
they are “TCM_SnippetsWrittenMd5”, “TCM_SnippetsWrittenIds” and “TCM_PostShown”.
Do these mean anything?