Skip to content

Tag: forms

Jquery predefined textarea wont clear

Prefilling a textarea with data pulled from a DB. <textarea name=”body” id=”body” rows=”5″ cols=”70″><? echo $body; ?></textarea> I have a clear button to make it easier for the user to wipe a large chunk of text without having to highlight and…

Input Id Name showing to URL?

I have a problem, I am trying to make some forms in bootstrap however it messed up. Once I converted the forms to bootstrap related they are no longer doing the job they’re supposed to do. What I am …