Skip to Content
Menu
This question has been flagged
1 Reply
4733 Views

 i can display values in xml in <p>    </P> but i wanted to display in input type = text

Avatar
Discard
Best Answer

Hi,

To display value inside a input field,   you can use t-att-value

See the sample,

<input type="text" class="form-control o_website_form_input" name="contact_name" t-att-value="request.params.get('contact_name', '')" required=""/>


Thanks

Avatar
Discard
Author

Niyas Bhai Thank You problem solved

Hello Niyas, Input field value how to assign or t-set to variable. Input value each time changing after clicking next and prev button, js onclick function updating input value, but unable to assign variable or display in t-esc.

Related Posts Replies Views Activity
2
Nov 24
264
1
Oct 24
332
4
Oct 24
324
2
Oct 24
361
2
Dec 24
668