Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter emked

    (@emked)

    Thanks for your reply. Here you have the form code:

    <div class="row">

    <div class="col-md-12">

    <div class="mb-3">

    <label for="name" class="form-label">Name</label>

    [text* name id:name class:form-control]

    </div>

    </div>

    </div>

    <div class="row">

    <div class="col-md-6">

    <div class="mb-3">

    <label for="emailaddress" class="form-label">Emailaddress</label>

    [email* emailaddress id:emailaddress class:form-control]

    </div>

    </div>

    <div class="col-md-6">

    <div class="mb-3 mb-md-0">

    <label for="phone" class="form-label">Phone</label>

    [text* phone id:phone class:form-control]

    </div>

    </div>

    </div>

    <div class="row">

    <div class="col-md-12">

    <label for="vraag" class="form-label">Motivation</label>

    [textarea motivation id:motivation x4 class:form-control class:h-100]

    </div>

    </div>

    <div class="row">

    <div class="col-md-12">

    [mfile upload-cv filetypes:pdf|txt|doc min-file:0 max-file:1]

    </div>

    </div>

    <div class="d-flex flex-column flex-md-row align-items-md-center justify-content-md-between">

    <div class="mb-3 mb-md-0 me-md-3">

    [acceptance terms class:terms] I agree with the privacy conditions [/acceptance]

    [turnstile]

    </div>

    [submit class:btn class:btn-primary "Contact me"]

    </div>

    I already had the option “Enable jQuery” unchecked because that gave a Javascript error.

    I use Bootstrap. This contains a .disabled class for buttons. Of coarse i could override this css and re-enable the button with the .disabled class, but it would be neater if the submit button doesn’t have a disabled class if it is not disabled.

Viewing 1 replies (of 1 total)