IBM Forms is a product that is used to Forms by using Drag and Drop Functionality. The Forms can be easily created by Business users and IT Professional can connect this forms to different Web Services.
Questions tagged [ibm-forms]
3 questions
1
vote
1 answer
IBM forms experience External library error :jsPDF
so I was following the current standard way of adding an external js library to forms experience builder (tutorial: https://www.youtube.com/watch?v=wRW4vBUT4oM).
I was able to successfully add jquery and run jquery codes, but i am not able to run…

jsPlayer
- 1,195
- 7
- 32
- 56
0
votes
2 answers
condition is met even when is false
I am trying to check if an input value is alphanumeric. According to regex101.com my regex should work. But all test results in "incorrect".
What am I doing wrong?
var alphaNumeric = /^[a-z0-9]+$/gi;
var input = "123";…

Joep
- 15
- 3
0
votes
1 answer
IBM FEB 8.6 REST API for getting single record fails
I am getting following error when hitting FEB REST API for getting record. I am passing Authorization header and using get request using following URL and I am using Java for calling the REST API.
If I am hitting same URL using postman, it works…

Mohammad Ashfaq
- 1,333
- 2
- 14
- 38