Missing Jetpack Contact Form button when running locally [closed]

Finally, fixed it. I needed to add the following line below:

define('JETPACK_DEV_DEBUG', true)

before this line in wp-config.php:

/* That's all, stop editing! Happy blogging. */

Originally, I had this line after the line mentioned which was causing the Add Contact Form button to not appear.