Issue With Autofill Input

2 posts by 2 authors in: Forums > CMS Builder
Last Post: October 30, 2019   (RSS)

By daniel - October 30, 2019

Hi nmsinc,

The correct HTML for a textarea would be something like this:

<textarea name='content' rows='5' cols='50' id='requestedContent' class='form-control'><?php echo @$_REQUEST['content'] ?></textarea>

Let me know if that clears up your issue, or if you have any further questions.

Thanks!

Daniel
Technical Lead
interactivetools.com