' . print_r( $data, true ) . ''; //echo '
' . print_r( $all_data, true ) . '
'; ?>

:

$specs ): ?>
'button', 'label' => 'Back', 'attribs' => [ 'type' => 'button', 'class' => 'back btn btn-gray btn-gray-arrow-back', 'onclick' => "document.location.href='". esc_attr( $page_url . '?action=fqp_step1' ) . "'", ], ]; echo \FQP\Form\Step2::render_element( 'back', $specs ); $specs = [ 'type' => 'button', 'label' => 'Continue', 'attribs' => [ 'type' => 'submit', 'class' => 'submit btn btn-primary btn-white-arrow', 'onclick' => "this.form.submit();", ], ]; echo \FQP\Form\Step2::render_element( 'submit_btn', $specs ); ?>