Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter justinhilles

    (@justinhilles)

    Doing a fresh db install does fix it, what settings should i look for in options that contact form sets on install

    Thread Starter justinhilles

    (@justinhilles)

    When i go to this link:

    /wp/wp-admin/admin.php?page=wpcf7&post=521&action=edit

    It instantly redirects to:

    /wp/wp-admin/themes.php?page=wpcf7&saved=true

    Thread Starter justinhilles

    (@justinhilles)

    Found it, caused by poorly written theme code that matched up to what contact form admin was using for url parameters.

    $send = $_GET['page'];
    			header("Location: themes.php?page=$send&saved=true");
    			die;

    Dont know if its worth it but you could protect your admin from this by making the params your dependent on less generic or namespacing them” ie. edit -> ‘contact-form-edit’

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Cannot Add or Edit Forms’ is closed to new replies.