Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter abellsmithPnga

    (@abellsmithpnga)

    resolved

    Thread Starter abellsmithPnga

    (@abellsmithpnga)

    Excellent, that worked beautifully! Thanks a lot for your help!

    I just threw a donation your way on your site (c/o my boss)…

    Thread Starter abellsmithPnga

    (@abellsmithpnga)

    I am not seeing any of the usual messages from CF7… for some inexplicable reason, on submit the user is just sent to my site’s 404 error page. But only when I specify post_type in a hidden field, for F2P to create the custom post type.

    Here is my test form on our dev site – http://www.pacificcoastamateur.com/wordpress/registration-test/

    The custom post is created, and form submission email is delivered, but the user gets the 404 error page…

    Thread Starter abellsmithPnga

    (@abellsmithpnga)

    Well, currently I do not have a redirect set up. I’m just using the CF7 form (not using any redirect JavaScript in CF7’s Additional Settings tab), the F2P plugin, CF7 Modules to specify the “hidden” field (hence the [hidden] shortcode), and your CFDB and CFDB Editor plugins to save submissions to the database. When I do not try to specify “post_type” in the hidden field, the everything works fine for me… the problem arises when I try to have F2P plugin create new custom post types.

    BTW, we’re using a 3rd party premium theme called Engrave…

    Thread Starter abellsmithPnga

    (@abellsmithpnga)

    Here you go… just looking for this? I’m trying to post to a custom post type of Players, with a singular slug of “player”…

    <div style="text-align:center; font-size:125%; line-height:130%;">
    
    <div style="margin:15px 0 0 0;"><strong>First Name: </strong> <span style="color:red; font-size:11px;"><em>*required</em></span><br />[text* first-name 30/100]</div>
    
    <div style="margin:15px 0 0 0;"><strong>Last Name: </strong> <span style="color:red; font-size:11px;"><em>*required</em></span><br />
    [text* post_title 30/100]</div>
    
    <div style="margin:15px 0 0 0;"><strong>Home Address: </strong> <span style="color:red; font-size:11px;"><em>*required</em></span><br />[text* address 30/100]</div>
    
    <div style="margin:15px 0 0 0;"><strong>City: </strong> <span style="color:red; font-size:11px;"><em>*required</em></span><br />[text* city 30/100]</div>
    
    <div style="margin:15px 0 0 0;"><strong>State/Province: </strong> <span style="color:red; font-size:11px;"><em>*required</em></span><br />[text* state 30/100]</div>
    
    <div style="margin:15px 0 0 0;"><strong>Zip/Postal Code: </strong> <span style="color:red; font-size:11px;"><em>*required</em></span><br />[text* zip 30/10]</div>
    
    <div style="margin:15px 0 0 0;"><strong>Email Address: </strong> <span style="color:red; font-size:11px;"><em>*required</em></span><br />[email* your-email 30/100]</div>
    
    <div style="margin:15px 0 0 0;"><strong>Hometown: </strong> (for media purposes)<br />[text hometown 30/100]</div>
    
    <div style="margin:15px 0 0 0;"><strong>Daytime Phone: </strong> <span style="color:red; font-size:11px;"><em>*required</em></span><br />[tel* tel-daytime 30/]</div>
    
    <div style="margin:15px 0 0 0;"><strong>Cell Phone: </strong><span style="color:red; font-size:11px;"><em>*required</em></span><br />[tel* tel-cell 30/]</div>
    
    <div style="margin:15px 0 0 0;"><strong>Home Course: </strong> <span style="color:red; font-size:11px;"><em>*required</em></span><br />[text* home-course 30/100]</div>
    
    <div style="margin:15px 0 0 0;"><strong>University: </strong> <br />[text university 30/100]</div>
    
    <div style="margin:15px 0 0 0;"><strong>Year Graduated (or expected): </strong> <br />[text graduated 30/35]</div>
    
    <div style="margin:15px 0 0 0;"><strong>Degree/Area of Study: </strong> <br />[text degree 30/100]</div>
    
    <div style="margin:15px 0 0 0;"><strong>Employer Company Name: </strong> <br />[text employer 30/100]</div>
    
    <div style="margin:15px 0 0 0;"><strong>Job Title: </strong> <br />[text job-title 30/100]</div>
    
    <div style="margin:15px 0 0 0;"><strong>Date of Birth: </strong><span style="color:red; font-size:11px;"><em>*required</em></span><br /><span style="font-size:11px"><em>(MM/DD/YYYY)</em></span><br />[text* birthdate 30/20]</div>
    
    <div style="margin:15px 0 0 0;"><strong>Player Accomplishments: </strong> <span style="color:red; font-size:11px;"><em>*required</em></span><br />(top 5 accomplishments, 600 char. max.)<br />[textarea* post_content minlength:0 maxlength:600]</div>
    
    <div style="margin:15px auto 0 auto; width:75%; padding:10px 10%; background-color:#e7e7e7; border:1px solid #ccc;">
    	<p><u>Player Rankings</u></p>
        <div style="margin:15px auto 0 auto;"><strong>World Amateur Golf Rankings: </strong> <br />[text wagr-rank 20/20]</div>
        <div style="margin:15px auto 5px auto;"><strong>Scratch Players World Rankings: </strong> <br />[text spwr-rank 20/20]</div>
    </div>
    
    <div style="margin:15px 0 0 0;"><strong>Shirt Size: </strong> [select shirt-size "Small" "Medium" "Large" "XL" "XXL"]</div>
    
    <div style="margin:15px 0 0 0;"><strong>Jacket Size: </strong> [select jacket-size "Small" "Medium" "Large" "XL" "XXL"]</div>
    
    <div style="margin:15px 0 0 0;"><strong>Pant size: </strong> [text pant-size minlength:0 maxlength:10 class:bar]</div>
    
    <div style="margin:15px 0 0 0;"><strong>Shoe size: </strong> [text shoe-size minlength:0 maxlength:10 class:bar]</div>
    
    <div style="margin:15px 0 0 0;"><strong>Will you need transportation from the Airport or Hotel?: </strong><br />[select transportation "No" "Yes"]</div>
    
    <div style="margin:15px 0 0 0;"><strong>Would you like a locker?: </strong>[select locker "No" "Yes"]</div>
    
    <div style="margin:15px 0 0 0;"><strong>Would you like a caddie if available?: </strong><br />[select caddie "No" "Yes"]</div>
    
    <div style="margin:15px 0 0 0;"><strong>Attending Welcome Dinner?: </strong><br />[select dinner "No" "Yes"]</div>
    
    <div style="margin:15px 0 0 0;"><strong>Attending Awards Ceremony?: </strong><br />[select awards "No" "Yes"]</div>
    
    <p style="clear:both;"><hr /></p>
    
    <p style="clear:both;"><strong>Please Attach Headshot Picture:</strong><br />
    <span style="font-size:11px; margin-top:0;"><em>(<strong>GIF, JPG, JPEG, or PNG files only.  Max file size: 2 MB.</strong>  If you need to send a file larger than 2 MB, please email to <a href="mailto:pcgamedia@gmail.com" target="_blank">Chris McGrath</a>.)</em></span><br />
        [file file-PCAheadshot limit:2000000 filetypes:gif|png|jpg|jpeg]</p>
    
    <p style="clear:both;"><hr /></p>
    
    <div style="margin:15px 0 0 0;"><strong>Please enter the following characters in the field below: [captchac captcha-881 fg:#4c4cfd bg:#e8ecf1]</strong><br />
        [captchar captcha-881]</div>
    
    [hidden post_type "player"]
    <div style="margin:15px 0;">[submit "Register Now"]</div>
    </div>
    Thread Starter abellsmithPnga

    (@abellsmithpnga)

    No, it only happens when F2P is enabled and I have a hidden field indicating a “post_type”…

    …which, duh, is a GoDaddy system plugin… all of these sites are on GoDaddy… calling them now…

    Well, we’re having the problem on two separate websites… and I just got a question from a guy at another organization like ours, who is having the exact same problem on his site (which I’m not involved with). Seems like more than a coincidence. I’m wondering if a recent minor WP update is now conflicting with Limit Login Attempts, since it hasn’t been updated in like 4 years.

    We do have an mu-plugins folder, but only seeing “gd-system-plugin” in there…

    Continuing to investigate…

    I am also experiencing mckeownmarketing’s problem.

    Anyone find a solution?

    I also would love to see a solution like a checkbox for the purpose of “approving” rows to appear in the table. The solution you suggested works, but this would be even nicer for my client… would this be possible?

    And I’ll echo above – terrific plugin!! I use it on all my WordPress sites.

    I’m having this same issue, and the tables are definitely not being created. Tried deleting and reinstalling, no luck. My host has some weird permissions settings, as I have to install plugins and updates manually. Can I create the necessary database tables manually – and will this fix the problem?

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