Wanted to add span element beside input type text box?

0
Hi,    I wanted to add a "span" HTML element beside input type text box just to introduce a dollar symbol beside input text box. I tried using "BootstrapInputAddons" which gave an error on "onChangeEvent" saying microflow should have  parameter of type ....  Can anyone recommend me which would be the best way to introduce "$" symbol beside input text box?  
asked
1 answers
1

You are using the right widget for displaying currencies and the error you are getting is because apparently you choose to ad an on change microflow that needs a parameter and that parameter is probably not available. Check the microflow which parameter is needed and double check your form to see why it is not in that form. As a quick solution to see if the widget is working remove the on change microflow.

Regards,

Ronald

 

answered