Hi,
In my project I have to display about 30 different notifications after submitting the form. I would like to avoid defining 30 different notifications
The confirmation ( i only can use text confirmation ) are actually different pictures placed in divs. The pictures depend on the fields filled in by the user when submitting the form.
For example: If entry1 has an apple entry I would like to use a specific php code where I embed apple_pic.jpg. If entry1 will have car. Similarly, I embed car_small.jpg
Can it be done somehow? By creating a shortcode in php which will capture the data from entry1 and display the code depending on the content?