Thanks for the response, Nick.
I tried adding the following line in salesforce_form_shortcode()
$post['company'] = $post['Name'];
didn’t work (works if I just write $post['company'] = "Test company name"
).
What should this line?
Appreciate your help.