Msmth993 Posted June 8, 2012 Share Posted June 8, 2012 So here is what I need to to. I have a client that needs to have QR code generated based on whatever web address they put into a form field in the store front. This sounds like a good application for the QR barcode rule, but I also want the same variable to display the text web address without the http:// needed to make the QR Code work. Example: Data Field is WebAddress with value "http://www.webAddress.com" Output = "QR code" & "www.webAddress.com" Is their any way to do this? Fusion Pro 7.2 Quote Link to comment Share on other sites More sharing options...
Dan Korn Posted June 8, 2012 Share Posted June 8, 2012 return Field("WebAddress").replace("http://", ""); Quote Link to comment Share on other sites More sharing options...
Msmth993 Posted June 8, 2012 Author Share Posted June 8, 2012 worked like a charm, thanks 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.