最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

how do I hide or encrypt query strings for gravity forms

programmeradmin0浏览0评论

I am using gravity forms in wordpress and want to hide the query string from the user so they can't easily mess with it?

Whats the easiest way to do this without effecting the form, so auto populated fields still work

I am using gravity forms in wordpress and want to hide the query string from the user so they can't easily mess with it?

Whats the easiest way to do this without effecting the form, so auto populated fields still work

Share Improve this question asked May 7, 2020 at 10:15 ser1220ser1220 1 1
  • I found this solution, works well for what I need, just to slow down idiots that have half a clue......stackoverflow/questions/58460638/… – ser1220 Commented May 7, 2020 at 10:23
Add a comment  | 

1 Answer 1

Reset to default 0

I was unable to find a way to reasonably and securely accomplish this with Gravity Forms' built-in features and the selection of AddOns currently available. So I have recently begun work on the Gravity Forms Population Link AddOn to provide more pre-population/prefill options and functionality. Among other things, it includes

  • Encoding pre-populated values into a JWT token which cannot be reasonably modified by third-parties
  • The option to disable pre-populated input fields
  • An extra button to generate a pre-population link with a token, straight from the front-end form

I would love to have your input on the functionality!

In the near future I intend to encrypt the tokens by default to make them suitable for pre-populating sensitive data, and adding a second strategy to encrypt and store prefills in the database similar to how Gravity Forms handles it's "Save & Continue" feature.

https://github/bosconian-dynamics/gf-poplink

发布评论

评论列表(0)

  1. 暂无评论