You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add_action('breakdance_form_before_footer', function ($settings) {
echo' <div class="breakdance-form-group"> <button>AutoFill with LinkedIn</button> </div>';
});
breakdance_form_end
add_action('breakdance_form_end', function ($settings) {
echo'<div class="breakdance-form-group">By submitting this form you agree to the terms of service.</div>';
});