Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Link button in Virtue tab shortcode

Home / Forums / Virtue Theme / Link button in Virtue tab shortcode

This topic is: Not Resolved
[Not Resolved]
Posted in: Virtue Theme
June 2, 2014 at 10:02 am

I would like to place a button at the end of each tab saying “NEXT” and when pressed the user is taken to the next tab.

I have a tab shortcode inside contact form 7 and by using the following it works fine.

add_filter( ‘wpcf7_form_elements’, ‘mycustom_wpcf7_form_elements’ );
function mycustom_wpcf7_form_elements( $form ) {
$form = do_shortcode( $form );
return $form;
}

I have 4 tabs and at the bottom of each tab I would like a button which opens the next tab an so on

Thank you

Paul

  • The forum ‘Virtue Theme’ is closed to new topics and replies.