Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter gigex

    (@gigex)

    OK, thanks for the help anyway! You are very communicative and i appreciate that!

    Thread Starter gigex

    (@gigex)

    i 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?

    Thread Starter gigex

    (@gigex)

    Ok, 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…

    Thread Starter gigex

    (@gigex)

    Normal 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?

    Thread Starter gigex

    (@gigex)

    first 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?

Viewing 5 replies - 1 through 5 (of 5 total)