I have a number of textarea fields in ChronoForms and using ChronoConnectivity to edit the form at the front end.
In the "From start to Finish" post there were only text fields described. I wish to allow my users to edit my forms textarea's.
I have tried the following;
<input type="textarea" rows="40" cols="4" name="notes" value"">
but the output from chronoconnectivity only displays the retrieved data from the db as a single line of characters and not the full textarea. I have searched the forum for textarea and there are no posts. Is this such a simple thing and I am missing something.
Help please ?
In the "From start to Finish" post there were only text fields described. I wish to allow my users to edit my forms textarea's.
I have tried the following;
<input type="textarea" rows="40" cols="4" name="notes" value"">
but the output from chronoconnectivity only displays the retrieved data from the db as a single line of characters and not the full textarea. I have searched the forum for textarea and there are no posts. Is this such a simple thing and I am missing something.
Help please ?