Looking for testers for my new plugin. It takes a credit card number from an input form and lets you know if it is valid (by checking number length and Luhn checksum), plus lets you know the card type.
It does this locally, it’s not contacting an API, so the card info doesn’t need to be sent anywhere.
I’m trying your plugin but it doesn’t work for me! (I’ve implemented it in a 2nd screen having yours as an example and still doesn’t validates the card…)
Hi @kbgreenway, looked at the demo you sent me, very strange. I changed the input box’s type from Text (only numbers) to Integers and it’s recognising Amex cards fine. Not sure why that’s happening, I’ll have a look.
That’s impressive. However, can you add Luhn checksum as suggested by gilles. I also found it worth to add. I also developed this one https://cardgenerator.io/credit-card-validator/ recently. I would love your feedback.
Try as I may, I cannot get this to work. I ended up opening your example app, copying everything exactly, even checking to make sure I wasn’t missing any plugins. Yet the validator always returns a no. I have no idea what could be interfering.
I think these plugins were last updated before Bubble made significant changes to their editor because I cannot get similar plugins published around the same time to work properly either