Dynamic External URL calling WIX dataset

Hey guys,

First post so please be nice to me. :slight_smile:

We need to set up a botton linked to a dynamic EXTERNAL URL in the following format with highlighted section calling data from WIX datebase, how can this be done?

http://www.externalsite.com&total_fee= {Amount} &trade_num= {Reference}

Thank you in anticipation!

Ryan

Uh, shouldn´t that ampersand be a question mark? Anyway, I think you are trying to set a link for a button. Button has a link property and you can do the …com?a=1&b=2 syntax right from code, unless you envision blanks, non-standard ascii, etc, in which case you should use encodeURI().

Was that nice enough? Good luck.