Form input integration with SurveyJS or Custom Solution
B
Bellflower Mouse
I would be very nice to have some sort of integration with SurveyJS for Form inputs. Or the ability to inject custom javascript to allow custom fields.
As of right now. the only way to allow multiple user inputs in a list is through upload of csv files or multiline text using a seperator.
It would be great to be able to set dynamic input fields with input validation. it would be very useful
{
"question1": [
{
"FirstName": "John",
"LastName": "Doe",
"Email": "j.doe@anonymous.com"
},
{
"FirstName": "Tessa",
"LastName": "Doe",
"Email": "t.doe@anonymous.com"
}
]
}
Log In