[ad_1]
Hello @itzikn
Thank you very much for using our plugin.
Q: is it possible to define textarea as right to left RTL?
A: Yes, that’s possible. Please select the “RTL” choice through the “Direction” attribute in the “Form Settings” tab.
Q: Is it possible to copy textarea to clipboard by button?
A: Yes, that’s possible. Assuming the textarea field is the fieldname123, insert a button field in the form and enter the following piece of code as its onclick event:
COPYFIELDVALUE('fieldnam123');Best regards.
