Just would help when putting together hooks for GF, having the Field ID displayed maybe on the 'Advanced' tab, up in the corner or something. That would definitely beat having to dig into the page html manually.
Just would help when putting together hooks for GF, having the Field ID displayed maybe on the 'Advanced' tab, up in the corner or something. That would definitely beat having to dig into the page html manually.
Good idea Scott, we'll see how to best handle this so it is visible somewhere.
In the meantime, here is a snippet you can use that I wrote to help myself with the same task:
It'll look like this: http://grab.by/a2FT
hmm, couldn't get this to work
pasted it into my functions file, is this correct?
running Version 1.5.2.8
The code is correct, I just tested using it and had no problem. Here is a screenshot: http://i.imgur.com/xCUN9.png
So I would suggest making sure you implemented it correctly in your functions.php file.
One thing to note is depending on how your functions.php file is setup you may not need the opening PHP tag that was included in the sample. It just depends on how your functions.php file is and where in the file you place it.
I was removing JQuery in my admin functions without realising, got it working now, cheers!
Cool. Glad you got it working Tom. Thanks for the update.