Commit 768ef78f authored by Simonas's avatar Simonas

in progress

parent 1bf988e7
......@@ -13,7 +13,7 @@
*/
?>
<form action="<?php echo admin_url('admin-post.php') ?>" method="post" enctype="multipart/form-data" class="c-form">
<form action="<?php echo esc_url( admin_url('admin-post.php') ); ?>" method="post" enctype="multipart/form-data" class="c-form">
<div class="c-form--row">
<label class="c-form--label" for="form-name">Name, Surname*</label>
......
......@@ -13,7 +13,7 @@
*/
?>
<form action="<?php echo admin_url('admin-post.php') ?>" method="post" enctype="multipart/form-data" class="c-form">
<form action="<?php echo esc_url( admin_url('admin-post.php') ); ?>" method="post" enctype="multipart/form-data" class="c-form">
<div class="c-form--row">
<label class="c-form--label" for="form-name">Name, Surname*</label>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment