So I added <AddSuccessTemplate> <ItemTemplate> <h1>Form Submission Successful</h1> <p>Thanks for your submission.</p> <xmod:ContinueButton Text="Continue" /> </ItemTemplate> </AddSuccessTemplate> to my form expecting it to be hidden. It is always visible, even without a form submission. Is there something I am missing here?
Hi. In version history, I've read that since version 4, it's possible to "use that newly created record's ID in your form's success template". But I've not been able to do that. If I use the key field record in success template, it just return an error that field is not available (seem logical as key field is not used in add form). Other fields work great. Do I need to use a SP and return the new
I have a form width this submit command: This stored returns a parameter width an error message. I tried to display this message on Addsuccesstemplate: S'han afegit els usuaris de la llista excepte els següents usuaris: [[errors]] But [[errors]] is ever empty. ¿What must I do to display the returned value on errors parameter ?