telly Posted June 29, 2019 Report Share Posted June 29, 2019 Could you help me figure on how to copy the data to another fields? Example: field a = field b and field c Quote Link to comment Share on other sites More sharing options...
SunakoChan Posted June 29, 2019 Report Share Posted June 29, 2019 Hi- Do you have criteria or rules on how you want to copy the values of the field to another? If you want just to copy the field to another you can use HTML the put the fields there. Quote Link to comment Share on other sites More sharing options...
telly Posted June 29, 2019 Author Report Share Posted June 29, 2019 Hi @SunakoChan, It can be done with that, but I want to add a button then when I or the user click. Then the value will duplicate or copy to another fields. Thanks in advance. Quote Link to comment Share on other sites More sharing options...
SunakoChan Posted June 29, 2019 Report Share Posted June 29, 2019 If that is the case add an HTML block then add this Code <button onclick="myFunction()" type="button">Sample</button> (this is for the button) Then for the function of copy or duplicate, you may refer to this: I hope this help. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.