Results 1 to 8 of 8

Thread: New Ad - “Accept Terms of Service” – checkbox in step2.php

  1. #1
    Thread Starter
    cyberpaul's Avatar
    Join Date
    Jul 2011
    Location
    Germany
    Posts
    95
    Thanks
    8
    Thanked 2 Times in 2 Posts

    New Ad - “Accept Terms of Service” – checkbox in step2.php

    I like to display a checkbox in step2.php when a user is creating a new ad.
    So the user has to check the box before continuing to the next final page to finish creating the new ad.

    Right now, i found the place wehre to place the checkbox. That will be „classipress/includes/forms/step2.php“

    the checkbox is inserted by the following code:

    Code:
    <?php if ( $postvals['cp_sys_total_ad_cost'] > 0 ) : ?>
    <input tabindex="0" type="checkbox" name=„mechkbox" id="mechkbox" /> I accept the   <a href="http_//lintto.com" target="_blank“>terms an conditions</a> 
    <?php endif; ?>
    so far… but how to check, if the checkbox was checked before going to next site?

    Can anyone help me?

  2. #2
    Thread Starter
    cyberpaul's Avatar
    Join Date
    Jul 2011
    Location
    Germany
    Posts
    95
    Thanks
    8
    Thanked 2 Times in 2 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  3. #3
    dikiyforester's Avatar
    Join Date
    Oct 2011
    Location
    Russian Federation
    Posts
    2,229
    Thanks
    89
    Thanked 593 Times in 491 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    arthemes.org - AppThemes plugins, tutorials, modifications and services

  4. The Following 2 Users Say Thank You to dikiyforester For This Useful Post:

    cyberpaul (December 11th, 2013), talent (December 14th, 2013)

  5. #4
    Thread Starter
    cyberpaul's Avatar
    Join Date
    Jul 2011
    Location
    Germany
    Posts
    95
    Thanks
    8
    Thanked 2 Times in 2 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  6. #5
    dikiyforester's Avatar
    Join Date
    Oct 2011
    Location
    Russian Federation
    Posts
    2,229
    Thanks
    89
    Thanked 593 Times in 491 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    arthemes.org - AppThemes plugins, tutorials, modifications and services

  7. The Following User Says Thank You to dikiyforester For This Useful Post:

    cyberpaul (December 11th, 2013)

  8. #6
    Thread Starter
    cyberpaul's Avatar
    Join Date
    Jul 2011
    Location
    Germany
    Posts
    95
    Thanks
    8
    Thanked 2 Times in 2 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  9. #7
    dikiyforester's Avatar
    Join Date
    Oct 2011
    Location
    Russian Federation
    Posts
    2,229
    Thanks
    89
    Thanked 593 Times in 491 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    arthemes.org - AppThemes plugins, tutorials, modifications and services

  10. #8
    Thread Starter
    cyberpaul's Avatar
    Join Date
    Jul 2011
    Location
    Germany
    Posts
    95
    Thanks
    8
    Thanked 2 Times in 2 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. Accept terms checkbox
    By kbstudio in forum Advanced Custom Fields
    Replies: 3
    Last Post: April 8th, 2013, 11:26 PM
  2. [SOLVED] Bad Grammar - Check if you are accept the terms of service
    By mic_assassin in forum Advanced Custom Fields
    Replies: 2
    Last Post: March 13th, 2013, 07:51 AM
  3. Terms of Service
    By pitarr in forum ClassiPress General Discussion
    Replies: 6
    Last Post: February 21st, 2011, 10:27 PM
  4. Accept Terms before user registration
    By aledan in forum ClassiPress General Discussion
    Replies: 2
    Last Post: October 1st, 2009, 04:49 AM