By vishakhaPohane on
Hi,
I am working with one project which is based on online registration for schools and colleges.
So i have created registration form for students. In that form they can view school/college list with one link sendQuery.
This sendQuery link should open one popup window having three fields 1.listbox of all schools/colleges, 2.Query title, 3.Body, 4.Send button - in which students can ask the queries.
After sending the query, admin can should view the queries which is sent by students.
Can anybody give me some idea about how to create this module.
Please help me..
I am waiting for the reply..
Thank you...
Comments
HI
Hi
Please have look below listed code to create custom module for above listed feature.
Module name = 'Query_custom'
1) create folder with name 'query_custom'
2) create folder with name 'query_custom.info' under the folder 'query_custom'
3) Create file with name 'query_custom.module' under the folder 'query_custom'
5) Save this folder under 'example.com/site/all/module'(replace example with your domain name).
6) Enable this module at 'example.com/admin/modules'.
7) visit 'example.com/student_registration' to check the required feature(click on 'send query will open popup').
let me know if any query.
Tushar Shantaram Bodake