How do i give/show success message after submitting registration form sucessfully - joomla1.5

I'm new to joomla(using version 1.5.26), i have registration form with several fields, when i submit it blank, it will give required error messages, but after submitting it sucessfully, it dosen't show any success message on the redirected page.
Please tell me how to show the sucess message on redirected page
Thanks in advance

Related

Can't Resolve NoReverseMatch Error "NoReverseMatch at /accounts/signup/"

I have been working on an archiving web app in django. I needed to create an email verification for users at signup (registration). But I'm encountering a problem with URL redirection of the email html. Here are my codes below. Kindly requesting help?????
views.py
urls.py
account_activation_email.html
Error page
I was expecting an email to be sent and when the activation link clicked, a login page appears telling the user has been successfully activated

'Validating the security token of this form has failed. Please reload the form and submit it again.'

I uploaded a picture and then tried to delete it, and I got this message:
Validating the security token of this form has failed. Please reload the form and submit it again.
What can I do to delete the picture and not get this error message?
Looks to me like the security token just expired (session time over?) - try clearing cache and reloading or even better relogin to the backend as Simon Gilli already mentioned it.

Facebook Custom Tabs

I understand how to create the app for the custom tab. However when I try to layout the next step it comes back with an error message. Can someone help me to properly layout the "With URL Redirects".
I know to put the Id number where is says YOUR APP ID and I have also placed the website in the "YOUR URL" position but it doesn't work. I have watched several videos and they all seem to be prior to the latest FB update.
The problem I am having seems to be coming from the setup for this code below that leads you to the Add Page Tab Dialog prompt. facebook.com/dialog/pagetab? app_id=YOUR_APP_ID &redirect_uri=YOUR_URL When I insert the "Your App ID" and Your URL" and hit enter I am receiving a Facebook Error message that says:
This dialog has been passed a bad parameter. API Error Code: 100 API
Error Description: Invalid parameter Error Message: Requires valid
redirect URI.

How to validate wicket form sequencly

I am new to wicket framework. currently i have a task to validate the form fields one by one (sequence). but By default Wicket shows error messages together in a one place in the form. I want the field to be validated sequential is there any components ? Or Please guide me in the right direction what i should do ?
For EX:
if i consider LoginPage which contains username,password with out entering anything if i submit the form . that should show first field username required even password not entered also. once i fill username next it should check password entered or not so like this sequential validation possible?
You can use a ComponentFeedbackMessageFilter to show feedback messages for each component separately.
Please read "Displaying feedback messages and filtering them":
https://ci.apache.org/projects/wicket/guide/6.x/guide/forms2.html#forms2_2

Simple contact form with alert mesage and without page refresh/load

Can somenone show me how to make a simple contact form to send an e-mail to demo#mysite.com just with an edit form(let's call it "name") and after that verify that form has min 10characters sends the e-mail and an alert box shows "E-mail send! Thank you"?
Thank you!