Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not showing label value for output content type field in WPJM Application form. #2813

Closed
alterminder opened this issue Apr 25, 2024 · 0 comments

Comments

@alterminder
Copy link

Application-form.php template in WPJM Applications plugin has a bug of not displaying application form label for Output content fields

On line 25 it does have <h3><?php esc_html( wp_unslash( $field['label'] ) ); ?></h3>, which in result always renders empty h3 tag.

To reproduce:

  1. Go to Job Applications -> Applications Forms -> Add form
  2. Add field with Output Content type
  3. Enter field label name

Line 25 missing 'echo':
<h3><?php echo esc_html( wp_unslash( $field['label'] ) ); ?></h3>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant