Home › Forums › Quform WordPress › Verify Hooks ran and returned values on load
- This topic has 2 replies, 2 voices, and was last updated 5 years ago by
jerkski.
- AuthorPosts
- August 30, 2021 at 3:39 pm #33367
jerkski
ParticipantHi there, I have a bit of a dilemmna. I have some hooks in my functions.php that run and return values on form load. They check the current user, looks up that user in the database, then return 5 variables to hidden fields. It works 98% of the time, but for whatever reason, whether it be server load, or response time from the database, the hooks sometimes do not return values to the hidden fields on load.
Are there any ways to confirm if the hooks return values before allowing the the form to fully load? And if they do not populate the hidden fields, to have the form refresh?
Or are there any other ways to combat this issue? I’ve already scaled up my web server and analyzed my php settings for best performance based on cores/ram.
August 31, 2021 at 10:07 am #33376Ally
Support StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
September 3, 2021 at 2:55 pm #33398 - AuthorPosts
- You must be logged in to reply to this topic.
