an
groups-icon

Add Listing Page – Error with form validation

Wait a minute... This content is very very old. We no longer sell or support this theme version. New Topics
  • Version 9
    0 points
    Beginner

    Here’s a temporary quick fix for IE… and when a Category is not selected

    Place this to Design Setup -> Custom Meta Data -> Footer Styles

    [code title=””]
    <script>
    jQuery(“#MainSaveBtn”).click(function(e){
    var category_count = jQuery(‘#SelCatCount’).text();
    if (category_count == 0 ) {
    alert(‘Please Select a Category’);
    e.preventDefault();
    } else { jQuery(“#SUBMISSION_FORM”).submit(); }
    });
    </script>[/code]
    This will eliminate the php error, because it insures a category is selected and allows the foreach function to run…

    September 26, 2014 at 11:46 am
  • 0 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    September 26, 2014 at 11:54 am
  • Errol Hutchinson
    -4 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    September 26, 2014 at 1:45 pm
  • Hemanta Chakladar
    4 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    September 27, 2014 at 5:37 am
  • Hemanta Chakladar
    4 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    September 27, 2014 at 5:43 am
  • 0 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    September 27, 2014 at 9:43 am
  • Hemanta Chakladar
    4 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    September 27, 2014 at 11:46 am
  • 0 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    October 2, 2014 at 8:55 pm
  • 0 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    October 2, 2014 at 8:59 pm
  • 0 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    October 2, 2014 at 9:00 pm
  • Mark Fail
    11,845 points
    Platinum User
    Bronze User Silver User Gold User Platinum User Helpful Award Fast Responder Thank You Coffee Villian Award Video Testimonial
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    October 3, 2014 at 3:47 am
  • Simpli5 Labs
    0 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    October 19, 2014 at 9:25 am

765

Views

26

Replies