this is the rl how do I add stuff to thre main ind...
# fw1
f
this is the rl how do I add stuff to thre main index.cfm page? https://www.blahbah.com/career/mentor/index.cfm/main/new/hash/6482DDCFABB7C0F1 trhe index.cfm is blank but it seems Application.cfc has stuff. I'm rtrying to add a capctchah to the form. Thnaks
c
Is FW/1 only being used for the
/career/mentor
part of the site?
f
For the most part. Their form Is being spammed, so I'm adding Captcha to it
And it's not as simple as I thought. I was about to add a nice captha image, but no! I know frameworks are supposed to make your job easier,
c
I'm trying to find out if FW/1 lives outside of /career/mentor or not. The placement of
index.cfm
in the path seems to indicate that. Is the
one.cfc
inside /career/mentor? If so, look for the
views
folder in there, and a subfolder called
main
. You should find a
new.cfm
file inside
main
and that's where you should find the form.
f
👍 ok..i'll see if i cn give you a url
undeer include\framework on NT
c
The view file you need is most likely called
new.cfm
. You could just do a file search inside the application code.
f
I found new.cfm. thank you. I'm gonna get reading tonight. Whats the best documentat for fw1?