Line Break encode in custom url redirection not working
-
I have attempted to submit data on the WhatsApp API URL using a custom redirection URL with the desired format:
Name: John Doe
Phone: 123465465465
Email: john_email
Unfortunately, using %0A for line breaks doesn’t seem to work when redirected to the WhatsApp API and the message format becomes a paragraph without line breaks on WhatsApp like this:
Name: John Doe Email:[email protected] Phone: 12356578
Additionally, I encountered some challenges in understanding how to efficiently insert Bit Form’s field keys for URL encoding. In comparison, other form builders, such as Formidable Form, offer a more straightforward approach by allowing users to include field shortcodes directly in custom URLs, like this:
encodeLinkexample: api.whatsapp.com/send/?phone=NUMBER&text=Name:[1]%0AEmail:[2]%0APhone:[3]
However, incorporating field keys in Bit Form seems less intuitive, as depicted in the attached screenshot. It took me around 25 minutes to grasp the process. This marks my third interaction on the WordPress support forum regarding Bit Form. While I appreciate your efforts, I have not found the functionality and user-friendliness I expected. I refrain from delving into more issues encountered, but I genuinely hope to see significant improvements in Bit Form’s functionality and user interface in future updates. Thank you for your attention to my concerns.
Best Regards,
Zeeshan
- The topic ‘Line Break encode in custom url redirection not working’ is closed to new replies.