Let's Talk! (Custom Form2)

    (This form has been disabled. No notifications will be sent or data recorded.)

    Required *
    Introduction

     

    Welcome to Our Shop

    We’d like to ask you a few questions so we can better respond to your needs. Before we get into what you are all about, please, take the time to review what we have to offer. After, you can continue our conversation by using the link at the bottom of this section.

     

    <script><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->jQuery( function() {<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->jQuery("#budgetexp_1").change( function() {<!-- [et_pb_line_break_holder] -->//alert("servicedetails changing" + this.checked);<!-- [et_pb_line_break_holder] -->if(this.checked) {<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->jQuery("#servicedetails .kk_button_wrapper").hide();<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->} else {<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->jQuery("#servicedetails .kk_button_wrapper").show();<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --></script>

    So What’s Going On Here?

    Using conditional fields along with paging, this form is constructed to progress based on selections the user makes in each section. Based on those selections, other fields or content may appear to gather additional info or make comment to the user as to their progress.

    Of particular note, in this particular form, if the user makes a certain selection, the next page will end the progression with the Prev/Next AND the Submit buttons becoming unavailable. In most circumstances, this is extreme, but it does posit the occasional need to keep someone from clicking submit or not being able to change their selections.