php - Submit button is missing
635
The problem is - SUBMIT button is missing.
This is a fragment from my code:
<p>
<label class="field"
for="fk_RUNGTYNESid_RUNGTYNES">Rungtynės<?php echo in_array('fk_RUNGTYNESid_RUNGTYNES', $required) ? '<span> *</span>' : ''; ?></label>
<select id="fk_RUNGTYNESid_RUNGTYNES" name="fk_RUNGTYNESid_RUNGTYNES">
<option value="">
If I remove code about{-code-2}
the submit button appears.
What's the problem? And how can I fix this?
Answer
Answer
Solution:
According your code and the comments as I have said in the comments
And in the error log you can find the following:
Also please look on your error.log: there are lots of warnings and notifications.
People are also looking for solutions to the problem: How to redirect user to home page after successful login in php?
Source
Didn't find the answer?
Our community is visited by hundreds of web development professionals every day. Ask your question and get a quick answer for free.
Ask a Question
Write quick answer
Do you know the answer to this question? Write a quick response to it. With your help, we will make our community stronger.
Similar questions
Find the answer in similar questions on our website.