Hi all, I am wondering what the best structure is for the following: On a webpage i have a edit button which opens edit-form.php in an "AJAX" div. Right now edit-form.php has a form and the form handling is done in edit-form.php But after reading Ajax edit in place i am not sure if my strategy is good enought. As i understand it Ajax edit in place uses javascript to do the form handling. What's your advice?