Hello!
I have been using Confiforms for a specific space regarding Service Requests. I was wondering if it would be possible to change the confirmation message the occurs after submitting a form. By default is says something like "Record has been added" but I would like it to say something along the lines of "Service Request was submitted successfully"
Is this something I am able to change or disable?
Thanks in advance.
-Curtis
Hi @Alex Medved _ConfiForms_ ,
I tried adding a message to "Message to show after a record been created" show after a record but it's not working.
It only work if I added the message in "Confirmation message to show before form submit".
Any idea why?
Thanks,
Evette
You can customize the message in ConfiForms Registrations Control (FormView) macro, by setting your own text for the macro parameter "Message to show after a record been created"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Alex Medved _ConfiForms_ ,
I tried adding a message to "Message to show after a record been created" show after a record but it's not working.
It only work if I added the message in "Confirmation message to show before form submit".
Any idea why?
Thanks,
Evette
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Answered you in the support ticket you have opened (on the same subject).
Example configuration
<ac:structured-macro ac:macro-id="4ba83cc1-8eb2-4745-9de5-51518b06c366" ac:name="confiform" ac:schema-version="1">
<ac:parameter ac:name="formName">f</ac:parameter>
<ac:rich-text-body>
<p>
<ac:structured-macro ac:macro-id="aaadcde7-365a-45f4-89e2-967632f26b5b" ac:name="confiform-field-definition" ac:schema-version="1">
<ac:parameter ac:name="fieldName">message</ac:parameter>
<ac:parameter ac:name="fieldLabel">Your message</ac:parameter>
<ac:parameter ac:name="type">text</ac:parameter>
</ac:structured-macro>
</p>
<ac:structured-macro ac:macro-id="ff0411ab-a495-4b46-bbdf-90c3b2742893" ac:name="confiform-entry-register" ac:schema-version="1">
<ac:parameter ac:name="registrationMessage">Thank you for registration!!!</ac:parameter>
<ac:rich-text-body>
<p>
<br/>
</p>
</ac:rich-text-body>
</ac:structured-macro>
</ac:rich-text-body>
</ac:structured-macro>
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.