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: How can I set default withdrawal address

#6179
Anonymous
Inactive

been trying to do a hidden field but i keep getting this error

“Wallet operation failed: Could not move : Required parameter missing: move_toaccount”

so i tried several variations of a hidden field

	<input type="hidden" name="__wallets_move_tags" value="move" />
	<input type="hidden" name="user" value="Central Bank" />

and

	<input type="hidden" name="__wallets_move_tags" value="move" />
	<input type="hidden" name="moveUser" value="Central Bank" />

but nothing is working, keep getting same error

what am i doing wrong?