Title: Parse error
Last modified: April 25, 2019

---

# Parse error

 *  Resolved [otso](https://wordpress.org/support/users/otso/)
 * (@otso)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/parse-error-513/)
 * Hi
 * I have this on my site:
    <?php echo do_shortcode(“[wpforms id=”152″ title=”false”
   description=”false”]”); ?>
 * And it gives this:
    Parse error: syntax error, unexpected ‘152’ (T_LNUMBER)
 * Why is that?

Viewing 1 replies (of 1 total)

 *  Plugin Support [Ethan Choi](https://wordpress.org/support/users/ethanchoi/)
 * (@ethanchoi)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/parse-error-513/#post-11470787)
 * Hi otso,
 * It looks like there is an error with the quotation marks used, and changing the
   double quotes used on the outside to single quotes should resolve the issue:
   `
   <?php echo do_shortcode('[wpforms id="152″ title="false" description="false"]');?
   >`
 * I hope this helps 🙂

Viewing 1 replies (of 1 total)

The topic ‘Parse error’ is closed to new replies.

 * ![](https://ps.w.org/wpforms-lite/assets/icon.svg?rev=3254748)
 * [WPForms - Easy Form Builder for WordPress - Contact Forms, Payment Forms, Surveys, & More](https://wordpress.org/plugins/wpforms-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpforms-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpforms-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/wpforms-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpforms-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpforms-lite/reviews/)

## Tags

 * [parse-error](https://wordpress.org/support/topic-tag/parse-error/)
 * [wp forms](https://wordpress.org/support/topic-tag/wp-forms/)

 * 1 reply
 * 2 participants
 * Last reply from: [Ethan Choi](https://wordpress.org/support/users/ethanchoi/)
 * Last activity: [7 years, 1 month ago](https://wordpress.org/support/topic/parse-error-513/#post-11470787)
 * Status: resolved