blackpool Posted April 23, 2013 Share Posted April 23, 2013 Hi Guys I have a submit button a form and it is acting strangely. The button is used to send a question to another member. It works in relation to questions about Topic A but not in relation to Topic B. There does not seem to be anything in the messaging code to differentiate between Topic A and Topic B, hence its strange. For completeness, Topic A and Topic B should be irrelevant to the messaging system. The same page and therefore code is used for both topics.The button is visible on both Topic A and Topic B so the error handling and message disabling (hide messaging if user not logged in etc) aspects of the code are working correctly. It sends the post code correctly on Topic A but on Topic B nothing happens, the button presses but no posting takes place. Any ideas what the problem could be? Many thanks in advance Quote Link to comment Share on other sites More sharing options...
1internet Posted April 23, 2013 Share Posted April 23, 2013 Please show the code. Quote Link to comment Share on other sites More sharing options...
mac_gyver Posted April 23, 2013 Share Posted April 23, 2013 you need to debug to find out what exactly is happening. does the form/page not submit at all or it is submitting but the data isn't what is expected or it submits the expected data but that data isn't being used. what debugging have you done? Quote Link to comment Share on other sites More sharing options...
Solution blackpool Posted April 27, 2013 Author Solution Share Posted April 27, 2013 Thanks guys I have resolved the issue, one one of the topics there was a conflict with another submit button. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.