route53manager icon indicating copy to clipboard operation
route53manager copied to clipboard

Can't create TXT records with multiple values

Open theflow opened this issue 14 years ago • 2 comments

Hi,

creating TXT records with multiple values doesn't work. I removed the if/else in forms.py to make it work for me, but that obviously doesn't work for all txt records.

thanks, Florian

theflow avatar Sep 22 '11 07:09 theflow

Could you provide an example of the TXT record that doesn't work for you?

andrew-kurin avatar Sep 22 '11 08:09 andrew-kurin

Sure, this is was I try to enter into the value field:

"google-site-verification=abcdef";"v=spf1 mx include:sendgrid.net ~all"

theflow avatar Sep 22 '11 10:09 theflow