Change the order of custom attribute fields on user submisson form?
-
Is it possible to change the order in which the input fields for custom attributes appear on the front-end submission form?
A simple example: I’m working on a site where users can submit the name of a band, along with an accompanying URL for the band’s website. The link is then automatically included in the listing, like so:
{has_att_band_1} <h3> <a href="#_ATT{Band 1 Website}" target="_blank">#_ATT{Band 1}</a><br/> {/has_att_band_1}
However, on the submission form, the input field for “Band 1 Website” appears above “Band 1”. For the sake of clarity, I would love to be able to reverse the order they appear on the form.
I’m no PHP expert, but I’m comfortable altering code. I’m wondering if there are changes I can make to the attributes-public.php file to control the order on forms–even if it means manually coding for each custom attribute.
- The topic ‘Change the order of custom attribute fields on user submisson form?’ is closed to new replies.