AbanteCart Community

AbanteCart Development => Extensions and Add-Ons => Topic started by: dhigz on August 02, 2016, 01:47:19 AM

Title: How to insert a form field after a speciified field?
Post by: dhigz on August 02, 2016, 01:47:19 AM
I am using the hook onXxxxx_UpdateData in my extension core file to add a form field to an existing form. I don't want to just put it at the end but rather in a logical place within the form.

Is there a way to insert a form field after an existing form field? Any trick hidden functions I can use?

Open to suggestions.

Don