– Write the data save logic
– Store data and verify that all submitted data from the client side is correctly saved in to the corresponding fields and data not taking HTML tags in the name or other text/textarea fields
– Store data and verify that all submitted data from the client side is correctly saved in to the corresponding fields and data not taking HTML tags in the name or other text/textarea fields
Created this task
[aw2.save_form tag=’internal_assessments’ set=’module.internal_assessments_id’]
{
“post_type”:”internal_assessments”,
“post_status”:”publish”,
“post_title”:”[aw2.get request.name_of_student /]”
}
[/aw2.save_form]
//** Update meta field created by custom field in CPT **//
[aw2.query update_post_meta post_id='{module.internal_assessments_id}’]
{
“email”:”[aw2.get request.email_of_student /]”,
“division”:”[aw2.get request.division_of_intrnal_assesment /]”,
“roll_no”:”[aw2.get request.student_roll_no /]”,
“course”:”[aw2.get request.course_intrnal_assesment /]”,
“year”:”[aw2.get request.year_intrnal_assesment /]”,
“appearing_for_papers_of”:”[aw2.get request.appear_papers_intrnal_assesment /]”,
“internal_assessment_must_be_done”:”[aw2.get request.papers_internal_assessment.comma /]”
}
[/aw2.query]
Task assigned to Prashant Patil
Changed the status to feedback-pending
New link Webpage Form Link was added.
Changed the status to signed-off