Results 1 to 6 of 6

Thread: Register Plus Hidden Fields

  1. #1
    Thread Starter
    Junior Member jvtraydz's Avatar
    Join Date
    Aug 2010
    Location
    San Diego, CA
    Posts
    29
    Thanks
    2
    Thanked 6 Times in 6 Posts

    Register Plus Hidden Fields

    There are several hidden fields that are editable in Step 1, 2, and 3 of posting an ad.

    For example, from step1.php:
    <input type="hidden" id="cat" name="cat" value="<?php echo $_POST['cat']; ?>" />
    <input type="hidden" id="catname" name="catname" value="<?php echo $_POST['catname']; ?>" />
    <input type="hidden" id="fid" name="fid" value="<?php if(isset($_POST['fid'])) echo $_POST['fid']; ?>" />
    <input type="hidden" id="oid" name="oid" value="<?php echo $order_id; ?>" />

    I'm worried about people changing these before posting. How can I change this?.

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,703
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

  3. #3
    Thread Starter
    Junior Member jvtraydz's Avatar
    Join Date
    Aug 2010
    Location
    San Diego, CA
    Posts
    29
    Thanks
    2
    Thanked 6 Times in 6 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Attached Images Attached Images

  4. #4
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,703
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

  5. The Following User Says Thank You to jomarkosabel For This Useful Post:

    jvtraydz (August 8th, 2010)

  6. #5
    Senior Member kmaisch's Avatar
    Join Date
    May 2010
    Posts
    135
    Thanks
    3
    Thanked 16 Times in 8 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  7. #6
    Thread Starter
    Junior Member jvtraydz's Avatar
    Join Date
    Aug 2010
    Location
    San Diego, CA
    Posts
    29
    Thanks
    2
    Thanked 6 Times in 6 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. New fields similar to image fields where a file can be downloaded
    By acplatt in forum ClassiPress General Discussion
    Replies: 1
    Last Post: July 9th, 2010, 07:01 PM
  2. Register Plus Fields
    By bidatio1 in forum ClassiPress General Discussion
    Replies: 5
    Last Post: June 25th, 2010, 10:07 AM
  3. Not able to register
    By acalem in forum Help Using ClassiPress
    Replies: 2
    Last Post: April 27th, 2010, 06:18 AM
  4. Show Name hidden field in registration form
    By aledan in forum ClassiPress General Discussion
    Replies: 0
    Last Post: October 12th, 2009, 05:21 AM