Skip to Content
Menu
This question has been flagged

I'm trying to add required fields to hidden input. But I cannot get it to work.

My xpath:

attribute name="t-att-value" separator="," add="first_name,last_name"

I get:

type="hidden" name="field_required" value="('phone,name', None, None)"

But I need:

type="hidden" name="field_required" value="phone,name,first_name,last_name"


Can this be done without using replace? And how?

Thanks!

Avatar
Discard
Author

Can someone tell me how to post qweb code that its visible. Usec the code and quote options but it won't show

Related Posts Replies Views Activity
0
Aug 20
4416
2
Dec 19
25662
6
Feb 24
8617
1
Apr 22
3728
0
Mar 22
4