Customizing the forms' input fields.

Permalink
Hi, I want to customize my forms' input fields to follow this pattern:

<fieldset>
<label>Your name</label>
<input type="text" placeholder="Your name">
</fieldset>

Unfortunately, I was unable to find out how to edit the input tag. Can anyone help?

Thanks.

VPenkov
 
anchoredbutterfly replied on at Permalink Reply
anchoredbutterfly
For one of my sites, I made some changes in the
/concrete/core/controllers/blocks/form_minisurvey.php file

Not sure if this is best practice, but it might point you in the right direction.
VPenkov replied on at Permalink Reply
VPenkov
It's a bad idea to change anything in the /concrete directory.
Plus, there is no /core folder, just the /concrete/core which suggests that there is something wrong with replacing */core files.

Does anyone have any input on that? Both theoretical and practical points interest me - is it a good idea and how to do it?
Should I create a /core folder or use some other method?

I'm open to hacky solutions but I'd prefer to do it the legit c5 way if there is one.