Take the 2-minute tour ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.

I am completely new to Drupal.

A site I have taken over (www.statehr.com) has a form on the front page that:

  1. obviously submits and processes data, and
  2. checks for duplicate username for example via an onkeypress event.

Can anyone give me an idea of where to find the script that receives the post?

The action is to / so .htaccess probably intercepts it, and I see two key hidden fields, i.e.

  • form_id
  • form_build_id

and which probably match up on the receiving end.

The form is putting data in the users table but I want to do quite a few more things with it.

share|improve this question

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.