Back to Forum Home Page

You must be a registered user (on-premise or cloud) to add any post. To get access, enter your registered Emaill address below and we will email you the access token. Enter your token along with your email address to add the post. You can use your last received token if you have already generated one.

Q. How to get access to FlinkISO Forum?

Ans:In order to able to post, you must be a registered user either with FlinkISO either On-premise or Cloud. You can login to the forum via using your email address, which you or your administrator used duing the registration on the websile. Once you have the email address, use the same email addres and generate a token. We will send you the token on the same email address. Use that token along with the email address to login. You can read posts without login.

Home > FlinkISO API

Error: We are getting default field error after recreating a form.


on 27/11/23 | Open | By: FAQ-Admin

if you have initially created a form successfully and after recreating a form, if you get this error, and none of the fields are loading in HTML drag and drop section, its most certainly an issue with the JSON with a bad character. 

To fix this manually, 

  1. open database via phpmyadmin or it's equivalent you are using and then goto the custom table which is crashing. 
  2. Goto "fields" field and copy the JSON. 
  3. Parse this JSON with online JSON parsers like https://jsonformatter.org/json-parser or http://json.parser.online.fr/ and copy paste the json. 
  4. Clear the json with any bad or illegal character (mostly they would be somewhere is field labels or legends) and paste the clean json back to "fields" field in phpmyadmin. 
  5. Try reloading the recreate form and it should work. 

These steps should resolve the issue. 

-FlinkISO Team

on 27/11/23 | By: FAQ-Admin