Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
469 views
in Q2A Core by
I want to have medical platform where users / patients should add their biologcal datas - like age, height, weight, etc. and then post their health ailments. Is this possible?
Q2A version: latest
by
I don't think so, there is only one "custom field" allowed (the one labelled "Q2A version" on this site).

1 Answer

+1 vote
by
You could do it with a layer that adds the fields to the question form. Then when the question is created, pick up the other values from $_POST(...). You can also do validation on your extra fields using a filter module.
by
Dear Gidgreen, I am very thankful to you for your kind guidance. However, myself being layman in PHP and your script, I could not understand the term - layer. However, if you simplify the solution, I would be grateful for the same.
...