question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

formBuilder based on xml, problem

See original GitHub issue

If I initialize formBuilder based on following xml, it doesn’t work properly

<form-template>
    <fields>
        <field label="Checkbox Group" name="checkbox-group-1458766047820" type="checkbox-group">
            <option value="option-1">some text</option>
            <option value="option-2">another text</option>
            <option value="fsadfdas">some another text</option>
        </field>
    </fields>
</form-template>

It will produce the following result. http://i.imgur.com/UrJcfFy.png No matter what

The problem persist on radio buttons too.

The problem appeared in the latest versions. In the Version: 1.7.5, it’s working well.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

github_iconTop Results From Across the Web

Issue in XML Form Builder - SAP Community
Dear Experts, i am new to XML Form Builders in Portal, so i have started ... Please check for the Form Based Publishing...
Read more >
Oncourse Form Builder: Known issues and resolutions - IU KB
The Form Builder tool allows you to create and edit XSD files to use as forms in a portfolio matrix. However, to correct...
Read more >
How to make custom control based on dynamic data ...
I have another problem. I want to create new custom control, which is almost the same as Dynamic Data Dropdown. The difference is...
Read more >
magento 1.9 - Access denied issue on form builder?
I have used config.xml for permission allow to user. Here are my code. But i am getting error access denied for new user....
Read more >
XML Form Builder Error Messages - Google Groups
What would be extremely helpful in the XML Form Builder is some sort of mechanism that could at least identify the place/line in...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found