I need to add text on existing image using JavaScript/jQuery. Here is my code:
<form name="billdata" id="billdata" enctype="multipart/form-data" novalidate> <input name="text" id="txt" class="form-control" placeholder="Add Text" type="text" required> <div class="col-md-6"> <img src="703960808_1011008937_images.png"> </div> </form> Here I have a text field.When user will write something in that text field it will written on that image and the edited image should fetched while form will submit.
1234,it should print on that image and the edited image should fetch for download or submit.