Using the package - http://ift.tt/1MT4ONu. I am trying to save some information from the form
{{#em-form action="submit" model=model submit_button=showSubmitButton}}
{{em-input type="text" property="username" label="username" }}
{{em-input type="email" property="emailid" label="email" }}
{{em-input type="password" property="password" label="password"}}
<button class="btn btn-primary"> save </button>
{{/em-form}}
I am trying to save the data and it's storing the data properly in the backend. For some reason it's not clearing the form values.
Right now i am using some kind of jugaad fix to remove those values after saving the data. Any help would be great.
Aucun commentaire:
Enregistrer un commentaire