@leop21
in CF7 form add hidden field:
[hidden pagename "PAGE_NAME"]
in template:
$form = do_shortcode('[contact-form-7 id="123" title="blah blah"]');
$form = str_replace("PAGE_NAME", $post->post_title, $form);
echo $form;
-
This reply was modified 8 years, 10 months ago by Sohaus.
@soben look at first field, Activate – Enable. Check 😉
Hi,
MultiSite Clone Duplicator copy only wordpress tables
you must login to phpmyadmin, select tables starting with wp_revslider* (6 tables) and click on “duplicate with prefix” from select list on bottom
change wp_ to wp_X_ where X = number of your site in multisite
-
This reply was modified 9 years, 2 months ago by Sohaus.