Why does my stripe elements form not work on rails?
问题 I'm trying to get Stripe.js to work on my rails app. I am using stripe elements. I have followed the instructions on the stripe docs. The form card input is not showing up where it should. It just shows the submit button. I am trying to place the Stripe form in an existing rails form I have. <!DOCTYPE html> <html> <head> <title>Bennett</title> <%= csrf_meta_tags %> <%= csp_meta_tag %> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">