hi sorry for the late reply, I ddnt get any notifications from the reply which is weird I just saw from my activity that the status is "suggested answer" thats why I took a look at the post.
Im not much of an expert with html/css/javascript/jquery but I am actively studying and learning.
what im trying to achieve is hide fields if certain conditions are not met but somehow when I add forms in the power pages site it doesn't have the flexibility to do this.
I can't get around my head on how I will be able to make the forms look better with css since its just enclosed in entityform, how will I for example put design to a certain field in a form like put classes, names and ids
how can I conditionally hide fields if the form is just this code :
{% entityform name: 'Create a report' %}
for example in this entity form I have fields named "Email" and "Phone" which should be hidden if the field "Disclose information" selected is "Yes"
also I want in other fields to have a guide below depending on what is selected in the drop down. I am aware that you can do this via javascript but having only the code "entityform name:" I do not know how I will be able to do this, I do now know how i will be able to add classes in the fields
can you guide me where I can study to do this? There's not much guides or videos on power pages