I reply to all queries on the forums and via email, once per day, Monday to Friday (not weekends).

If you are new here, please see some information on how to ask for support. Thank you!

Reply To: Use of the plugin’s front end without the need for JavaScript

dashed-slug.net Forums General discussion Use of the plugin’s front end without the need for JavaScript Reply To: Use of the plugin’s front end without the need for JavaScript

#13599
alexg
Keymaster

Hello,

Unfortunately there are no UIs currently that do not require JavaScript.

I understand the need to avoid JavaScript in cases where tor must be used.

If you can create your own forms and PHP handlers, then it’s very straightforward to interact with the plugin from PHP using the PHP API. Please see the following link for details and sample code on how to create transactions:

https://wallets-phpdoc.dashed-slug.net/wallets/classes/DSWallets-Transaction.html

For example, initiating a withdrawal would require you to create a new withdrawal transaction, and save it on the DB.

There are also other ways to communicate with the plugin, but I think this is the one that’s relevant to your use case.

I remain available to answer any questions you may have about this.

Hope this helps.

with regards