elivz / VzAddress-Craft

Address fieldtype for the Craft CMS
30 stars 13 forks source link

Feature Request - Customising Address Fields #36

Open KarlBishop opened 6 years ago

KarlBishop commented 6 years ago

I have a need for an extended address field with more inputs...

Specifically I need an Address Line 3 and an extra Region field (in addition to the current State/Province field), for a total of 8 inputs.

Is there a (simple-ish) way I can customise the plugin to support additional inputs? Or if not, could I submit a Feature Request for this kind of extensibility?

elivz commented 6 years ago

Hi Karl,

You could definitely fork the plugin and add thlose fields fairly easily. Just run a project-wide search for "address2" and add your additional fields anywhere you find the current fields listed.

I am currently working on a significant refactor of this as I convert it to Craft3, and I am hoping to make the fields a bit more flexible. Still working on how to actually do that in practice, in a flexible way....

KarlBishop commented 6 years ago

OK great, thanks for the input! I'll consider forking. Best wishes for the refactor!