Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Ian Gerdes 10 posts 81 karma points
    Jan 27, 2019 @ 13:35
    Ian Gerdes
    0

    Submit button seen as text input

    Umbraco version 7.5.3 formulate 2.3.1.0

    hi just upgraded my formulate - the forms wasnt getting sent, issue im having is now i have upgraded the submit button isnt seen as submit type so wont submit the form.

    see screen shots below... any ideas why its not working?

    enter image description here

    <div ng-repeat="field in cell.fields track by field.id" class="ng-scope"><div class="formulate__field ng-isolate-scope" field-id="d6921eb08c014f3ea9e7dbde1df60035"><div class="formulate__group form-group ng-scope"><label class="formulate__field-label" for="field-cf45c4fccc3f4dc38bcd8eb556fdbf0b">Submit</label><input type="text" placeholder="Submit" id="field-cf45c4fccc3f4dc38bcd8eb556fdbf0b" name="field_d6921eb08c014f3ea9e7dbde1df60035" aria-label="Submit" ng-model="ctrl.fieldModels['d6921eb08c014f3ea9e7dbde1df60035']" formulate-validation="true" class="formulate__control form-control ng-pristine ng-valid ng-touched" autocomplete="off"></div></div></div>
    

    enter image description here

  • Nicholas Westby 2054 posts 7100 karma points c-trib
    Jan 28, 2019 @ 17:36
    Nicholas Westby
    0

    Will have to take a deeper look later, but my first thought is that you have "Button Kind" set to "Submit". It should not be set to anything, unless you are doing something pretty fancy (e.g., multi-step forms). Try that first and if it doesn't work I'll dig into things a bit more.

    Another thing you can look into is to be sure your layout has the proper field selected (e.g., could be that it is showing an old "Submit" text field rather than the new "Submit" button).

  • Ian Gerdes 10 posts 81 karma points
    Feb 05, 2019 @ 07:35
    Ian Gerdes
    0

    Thanks Nicholas it worked after a couple of days thankfully.

Please Sign in or register to post replies

Write your reply to:

Draft