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
3911
2
Dec 19
24863
6
Feb 24
7912
1
Apr 22
3242
0
Mar 22
4