css 重力特权//重力形式多页面导航//样式指南

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 重力特权//重力形式多页面导航//样式指南相关的知识,希望对你有一定的参考价值。

<?php
/**
 * Gravity Perks // GP Multi-page Navigation // Modify Frontend Labels
 * http://gravitywiz.com/documentation/gravity-forms-multi-page-navigation/
 */
add_filter( 'gpmpn_frontend_labels', 'modify_gpmpn_frontend_labels', 10, 2 );
function modify_gpmpn_frontend_labels( $labels, $form ) {
	$labels['backToLastPage'] = 'My Custom Button Label';
	$labels['submit'] = 'Submit';
	$labels['nextPageWithErrors'] = 'Next Page with Errors';
	return $labels;
}

/**
 * Gravity Perks // GP Multi-page Navigation // Add Submit Button on Last Page w/ Errors
 * http://gravitywiz.com/documentation/gravity-forms-multi-page-navigation/
 */
add_filter( 'gpmpn_enable_submission_from_last_page_with_errors', '__return_true' );
/* style all page links */ 
.gpmpn-step-linked {
    /* custom styles */
}

/* style current page/step */
.gpmpn-step-current {
    /* custom styles */
}

以上是关于css 重力特权//重力形式多页面导航//样式指南的主要内容,如果未能解决你的问题,请参考以下文章

php 重力特权//多页面导航//将“当前”类添加到自定义页面链接

css 重力Wiz //重力形式//水平形式助手样式

css 重力Wiz //重力形式//水平形式助手样式

css 重力形式样式(简单)

css 样式 - 重力形式WordPress插件

css DIVI变体的重力形式样式