Posts by Tiago Farias • 21 points
2 posts
-
2
votes1
answer399
viewsA: How to get the answer to enter immediately after the question?
Ideally you would already insert the question in the answers, like the question code, in the field for example <input type="text" name="pergunta[idDaPergunta][resposta]" value="" /> In the…
-
0
votes1
answer429
viewsA: Edit Form c/ modal + Codeigniter
You must assemble the edit form, with the fields or create the same in admin, carry out the modal call by passing the database information! ex.: $('#idDoModalContent').load(base…