Tips and Tricks HQ Support

Support site for Tips and Tricks HQ premium products

  • Home
  • Contact Us
  • Documentation
  • Forum Home
    • Forum
    • Forum Search
    • Forum Login
    • Forum Registration

Registration Form Questions

by

Tips and Tricks HQ Support Portal › Forums › WP eMember › Registration Form Questions

  • This topic has 15 replies, 3 voices, and was last updated 13 years, 5 months ago by admin.
Viewing 16 post (of 16 total)
← 1 2
  • Author
    Posts
  • December 14, 2011 at 5:02 am #39156
    admin
    Keymaster

    Adding custom code on a live site is not recommended (consider installing another copy of WordPress in a sub-directory for this kind of testing). When testing you could do something like the following to test and see what value is being passed and what part of the code is getting executed:

    // Add For Gravity Forms Post Submission
    function gf_register_add_ons($user_id, $config, $entry, $user_pass)
    {
    //Lets see which form is being submitted
    echo "<br />The form being submitted is: ".$form['id'];
    exit;
    .....
    .....
    .....

    This will show the value of the $form['id'] variable then exit out. It can help you troubleshoot the coding error quickly (if any).

  • Author
    Posts
Viewing 16 post (of 16 total)
← 1 2
  • You must be logged in to reply to this topic.
Log In

Forum Related

  • Forum Home
  • Forum Search
  • Forum Registration
  • Forum Login

Support Related Forms

  • Contact Us
  • Customer Support
  • Request a Plugin Update
  • Request Fresh Download Links

Useful Links

  • Plugin Upgrade Instructions
  • WP eStore Documentation
  • WP eMember Documentation
  • WP Affiliate Platform Documentation
  • Tips and Tricks HQ Home Page
  • Our Projects

Quick Setup Video Tutorials

  • WP eStore Video Tutorial
  • WP eMember Video Tutorial
  • WP Affiliate Platform Video Tutorial
  • Lightbox Ultimate Video Tutorial

Our Other Plugins

  • WP Express Checkout
  • Stripe Payments Plugin
  • Simple Shopping Cart Plugin
  • Simple Download Monitor

Copyright © 2025 | Tips and Tricks HQ