What does a [data-user-defined-name] means in a button?
for instance, I have this template that I bought and it has this data-wizard-type="action-submit"
<button data-wizard-type="action-submit">
Is it possible to call it programmatically?
Like I don't want to submit it all the time, I have some validations to do before finally submitting it.