Skip to Content
Menu
This question has been flagged

Hi, i'm trying to edit ecommerce's sign up form, I already added some fields, and now I want to edit labels and position of existing ones, this is my .xml: https://pastebin.com/3HwEk1Lt

How can achieve this? For example: how can I set "Your name" field as invisible?

Any help would be really appreciated, thanks in advance


 

Avatar
Discard
Author Best Answer

I solved with this (same example: I set "Your name" field as invisible):


<xpath expr="//div[@class='mb-3 field-name']" position="attributes">                

    <attribute name="hidden">hiddenattribute>            

xpath>

Avatar
Discard
Related Posts Replies Views Activity
2
Aug 23
1838
3
Apr 23
1033
3
Dec 22
31943
1
Mar 15
3937
2
May 23
4501