Start a new topic

QuoteValet Signature

Is there a way to make the acceptance signature required on QuoteValet?

I've had a couple of clients click the approved button but not input a signature. 

1 Comment

Hello Becky,


Ref. QuoteValet HTML Template snippet below... the Signature should be required by virtue of having the "required textbox" class set...

 

                <div class="form-input-area">
                    [QV_InputAcceptedByEmailAddress:class="required email textbox"]
                </div>
                <!-- -->
                <div class="form-label-area">
                    <label class="form-label">
                        Printed Name
                    </label>
                </div>
                <div class="form-input-area">
                    [QV_InputAcceptedByName:class="required textbox jsig-signer-full-name-source"]
                    <!--
                    Note: The 'jsig-signer-full-name-source' class is addeded to the
                    'QV_InputAcceptedByName' macro to tie it to the 'jsig-signer-full-name-target'
                    div in the WRITTEN SIGNATURE SECTION below.
                    -->
                </div>

 

Login or Signup to post a comment