I have bought a wordpress template but the developers say they cannot help me with what I need.
The theme has a hotel reservation system integrated, and the form brings a field to “place” the user email, however this option is disabled, only a Text appears that says “Need to be logged in” but when I click over there nothing happens.
I guess that email field should at least take me to a page (maybe user registration), or at least that’s what I wish to happen.
I’ve been reviewing the PHP code of that form, but I really don’t know what to do because I don’t handle PHP, I don’t know how I could solve this issue.
I tried several times to fix that by adding an a href= but nothing happens.
Is there someone who could please help me or tell me what to do?
This is the code of that php field on the form:
<span class="mkdf-input-email">
<label><?php esc_html_e( 'Email:', 'mkdf-hotel' ) ?></label>
<input type="text" class="mkdf-res-email" name="user_email" placeholder="<?php esc_attr_e( 'Need to be logged in', 'mkdf-hotel' ) ?>" disabled value="<?php echo esc_attr($email) ?>" /> </span>
I would like to add this url link (https://www.mayanhills.com/cuenta-de-usuario) on the `Need to be logged in’ text field.
Here is the page link to see the form if you want to do that:
http://www.mayanhills.com/hotel-room/habitacion-sencilla/
Sorry about my english, hope somebody can understand and help me please.
Thank you so much