When i even try enter 1000 postcodes it crashes my site, there must be an easier way, does it not make sense to have it preconfigured?
How granular are you being with the postcodes?
You can use a wild card.
So if you serviced everyone with a Milton Keynes postcode then you would put:
MK*:Yes, we work in that area
Or if you are going to postal districts, then:
MK42*:Great, we work in the MK42 postcode.
Any help?
Plugin Author
Kane G
(@second2none)
The back end can hold more than 1000 entries – I;ve tested up to 5000 postcodes with not that many performance issues, if your website is crashing it’s most likely your server or possibly invalid character (although it should accept almost anything)
Jonhall is also correct about the postcodes being able to use wildcards, please take some time to read the docs on how you can implement this. I’ll be doing some updates in the coming months to help clean things up a bit.