0
Good Afternoon
I’m using the Varying modal content based on Trigger button from Bootstrap to create a window to edit products.
http://getbootstrap.com/javascript/#modals-Related-target
I have a field of textarea
that information is not appearing,
the field input
works correctly, only the field textarea
doesn’t carry the information, so I did
<textarea> <?php echo $informacao; ?>
worked but if the user opens the modal and changes something from the textarea when leaving and returning the change still remains there.
How can I solve these problems, when leaving the modal any change that has been made, vote for everything that was loaded from the database.
Now all the fields are white
– Junior