We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
09c2bb9 adds a few filters that make it possible to add more fields to the bar programmatically.
Example
add_action( 'mctb_before_submit_button', function() { echo '<input type="text" name="NAME" placeholder="Your name" />'; }); add_filter( 'mctb_merge_vars', function( $vars ) { $vars['NAME'] = ( isset( $_POST['name'] ) ) ? $_POST['name'] : ''; return $vars; });
Sorry, something went wrong.
Duplicate of #13
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: