Results 1 to 1 of 1

Thread: Anonymous email not to be obligatory

  1. #1
    Thread Starter
    kyriakosdz's Avatar
    Join Date
    Feb 2014
    Location
    Cyprus
    Posts
    7
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Anonymous email not to be obligatory

    I want to be able to have email not obligatory on ad submission. This is the code you have mention in another thread.

    function childtheme_remove_apc_email_validation() {
    remove_filter( 'cp_listing_validate_fields', 'app_apc_validate_email_field', 10 );
    }
    add_action( 'after_setup_theme', 'childtheme_remove_apc_email_validation', 99999 );

    Also you mention on the ChangeLog 'Added ability to override email field in submission form for anonymous user by using ‘APP_APC_ANONYMOUS_EMAIL’ constant'
    How do you do it?

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. How to Edit "Anonymous User POst" or How to login Anonymous User ?
    By sreenubfa in forum Anonymous Posting for ClassiPress
    Replies: 2
    Last Post: March 6th, 2015, 03:41 AM
  2. Anonymous submissions
    By kptown in forum Report JobRoller Bugs
    Replies: 1
    Last Post: June 1st, 2011, 06:33 AM