@Alex Medved _ConfiForms_ Hello!
I have a form that has
I have a form that, after completion, redirects to another page with a different form.
I made it so that a dialog window opens through ?cf_name=rate&cf_showonload=true&cf_values=r01:[entry.i1]
and the value from the previous form is pulled in.
But when I submit the first form, sometimes the screen freezes, and in the address bar, it shows https://kb.apps.bcc.kz/ajax/confiforms/success.action
.
This doesn’t happen all the time. Sometimes everything works as expected.
What could this be related to?
my ConfiForms version is 3.13.8
Any errors in the browser console you see? HAR file will help to investigate this further
Feel free to open a support ticket with us https://wiki.vertuna.com/spaces/VERTUNA/pages/9863499/Support+Request+Form
Alex
I see one error in the console
(I'm attaching a screenshot)
The problem occurs during the process of transferring values from the previous form to the current form
That is, if I specify only the redirect without values, everything works good
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.
Could you provide a short test form that illustrates this problem?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I understand what the problem is.
It doesn't handle text wrapping into the second form in Russian, only in English
Successful
Unsuccessful
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Here is the testing form 1
For illustration
<ac:structured-macro ac:macro-id="1b010896-270a-4755-85af-e25853d86028" ac:name="confiform" ac:schema-version="1">
<ac:parameter ac:name="formName">form</ac:parameter>
<ac:rich-text-body>
<ac:structured-macro ac:macro-id="b66611a5-6a56-4675-bfa1-f033f0c4bd8a" ac:name="confiform-entry-register" ac:schema-version="1">
<ac:parameter ac:name="redirectUrl">https://kb.apps.bcc.kz/display/BK/redirect+form+rate?cf_name=rate&cf_showonload=true&cf_values=r1:[entry.f1];r2:[entry.f2];r3:[entry.f3]</ac:parameter>
<ac:rich-text-body>
<p>
<br/>
</p>
</ac:rich-text-body>
</ac:structured-macro>
<p>
<ac:structured-macro ac:macro-id="699861b1-bf12-4615-8bbf-297811ce059d" ac:name="confiform-field-definition" ac:schema-version="1">
<ac:parameter ac:name="fieldName">f1</ac:parameter>
<ac:parameter ac:name="fieldLabel">name</ac:parameter>
<ac:parameter ac:name="type">text</ac:parameter>
</ac:structured-macro>
</p>
<p>
<ac:structured-macro ac:macro-id="32715ea6-05fd-4d24-a652-a24b76acce61" ac:name="confiform-field-definition" ac:schema-version="1">
<ac:parameter ac:name="fieldName">f2</ac:parameter>
<ac:parameter ac:name="fieldLabel">surname</ac:parameter>
<ac:parameter ac:name="type">text</ac:parameter>
</ac:structured-macro>
</p>
<p>
<ac:structured-macro ac:macro-id="a3aa859a-a93c-4d0f-81f6-b7ec6764da42" ac:name="confiform-field-definition" ac:schema-version="1">
<ac:parameter ac:name="fieldName">f3</ac:parameter>
<ac:parameter ac:name="fieldLabel">date</ac:parameter>
<ac:parameter ac:name="type">date</ac:parameter>
</ac:structured-macro>
</p>
</ac:rich-text-body>
</ac:structured-macro>
<ac:structured-macro ac:macro-id="adfa84e6-d7b9-4497-8a81-8057fa4cf1c8" ac:name="confiform-table" ac:schema-version="1">
<ac:parameter ac:name="formName">form</ac:parameter>
<ac:rich-text-body>
<p>
<br/>
</p>
</ac:rich-text-body>
</ac:structured-macro>
<p>
<br/>
</p>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Try to “urlencode” the values, https://wiki.vertuna.com/spaces/CONFIFORMS/pages/2359385/Virtual+functions
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is the second form that I redirect to after saving the first one
<ac:structured-macro ac:macro-id="85fa0cd8-e9c0-4b44-9ae2-fa30557e8fbf" ac:name="confiform" ac:schema-version="1">
<ac:parameter ac:name="formName">rate</ac:parameter>
<ac:rich-text-body>
<ac:structured-macro ac:macro-id="0edb4939-6669-40f9-9d14-96c3fbcd869d" ac:name="confiform-entry-register" ac:schema-version="1">
<ac:rich-text-body>
<p>
<br/>
</p>
</ac:rich-text-body>
</ac:structured-macro>
<p>
<ac:structured-macro ac:macro-id="078fbccd-9a84-4211-b790-74d62814a6a2" ac:name="confiform-field-definition" ac:schema-version="1">
<ac:parameter ac:name="fieldName">r1</ac:parameter>
<ac:parameter ac:name="fieldLabel">description</ac:parameter>
<ac:parameter ac:name="type">text</ac:parameter>
</ac:structured-macro>
</p>
<p>
<ac:structured-macro ac:macro-id="0492c6a2-b32f-42d3-aa53-a135e880ef55" ac:name="confiform-field-definition" ac:schema-version="1">
<ac:parameter ac:name="fieldName">r2</ac:parameter>
<ac:parameter ac:name="fieldLabel">owner</ac:parameter>
<ac:parameter ac:name="type">text</ac:parameter>
</ac:structured-macro>
</p>
<p>
<ac:structured-macro ac:macro-id="e8a4319d-cc0f-4851-a71f-aa74db1a4285" ac:name="confiform-field-definition" ac:schema-version="1">
<ac:parameter ac:name="fieldName">r3</ac:parameter>
<ac:parameter ac:name="fieldLabel">date</ac:parameter>
<ac:parameter ac:name="type">date</ac:parameter>
</ac:structured-macro>
</p>
</ac:rich-text-body>
</ac:structured-macro>
<ac:structured-macro ac:macro-id="ee05b88d-06e9-4b65-93d7-7c9fd17d3616" ac:name="confiform-table" ac:schema-version="1">
<ac:parameter ac:name="formName">rate</ac:parameter>
<ac:rich-text-body>
<p>
<br/>
</p>
</ac:rich-text-body>
</ac:structured-macro>
<p>
<br/>
</p>
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.