Posts by Felipe Rosseti • 1 point
1 post
- 
		0 votes1 answer156 viewsQ: Input added with . append() does not send POST dataThe script below adds groups of fields in a form. So far ok. Fields are added but when I send the form I only receive data from fixed inputs, which are added dynamically are not received. Code:…