stefanchristopher
Forum Replies Created
-
Forum: Plugins
In reply to: [AR for WordPress] Call to Action on iOSUnless I’m mistaken, I mean the button that you can add on Android that takes you to another URL. It would be good if we could have that on iOS.
Forum: Plugins
In reply to: [Calculated Fields Form] Generate encoded URL with ASCII charactersThanks @codepeople
That’s exactly what I needed!
Forum: Plugins
In reply to: [Calculated Fields Form] Generate encoded URL with ASCII charactersSo basically using your original suggestion I can generate the URLs to look like this. All spaces have been replaced with + and all other special characters are replaced with the correct ASCII codes.
See image: here
So then one of our staff members would paste this URL into an email to a contractor that wants to work with us.
When the contractor clicks the link in their email, they will be taken to the contractor agreement form but it looks like this. But what I really need is for the +’s to be actual spaces.
See image: here
Forum: Plugins
In reply to: [Calculated Fields Form] Generate encoded URL with ASCII charactersI did mention before the reason why I needed a copy to clipboard button. This form will be used by staff to generate URLs to paste into emails to contractors who want to work with us. I didn’t need our staff to be redirected to the generated URL at all.
- This reply was modified 5 years, 4 months ago by stefanchristopher.
Forum: Plugins
In reply to: [Calculated Fields Form] Generate encoded URL with ASCII charactersIt’s ok I’ve figured that part out now from an answer you gave to a question on another question.
The reason is because people using this form will copy and paste the generated URLs to contractors who want to work with us. The URL automatically populates another form elsewhere on the website that the contractor needs to fill in and sign before they can work with us.
The code you provided before works well but the spaces are now replaced with “+” and when the contractor opens the generated URL the fields are automatically populated with the right info but with +’s instead of spaces. Is there any way to get the generateURL function to substitute spaces with %20 instead of + ?
Forum: Plugins
In reply to: [Calculated Fields Form] Generate encoded URL with ASCII charactersI do apologise, I definitely, definitely tried it and it didn’t work and now I’ve tried it again and it works precisely how I need it to.
Any chance of helping me out with the copy to clipboard button?
Forum: Plugins
In reply to: [Calculated Fields Form] Generate encoded URL with ASCII charactersThanks for replying. When I use that code it gives me nothing in the Generated custom URL box.