Skip to Main Content

Portuguese

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

External form submit active campaign

marcelomgeraisFeb 19 2019 — edited Feb 27 2019

Hi people.

its possible to get this solution on eloqua:

i have a landpage with a promotion. in this page, i have a form, where user can choice 5 situations.

for each situation i will create an email/template.

i can active a campaign on eloqua with this external event, after user submit the form, go to a 'ok' page and automatically active this campaign?

how is the easy way to do it on eloqua?

anyone can help me?

tks!

marcelo araujo 

This post has been answered by noelle.trevizan-Oracle on Feb 19 2019
Jump to Answer

Comments

807569
The file is just a Java properties file, which you can load and save using the java.util.Properties class.

If you want to change the logging level on the fly (while the program is running), you can do that too with Log4J - look at the API documentation of Log4J, I'm sure it's described in there.
807569
I know it is a Java properties file but I have to change the value at more than one places simultaneously and there are two values seperated by a comma(,), out of which only one I need to change. I would like to know that what is most efficient way of changing it.

The other thing is I know that we can change the log level using log4j on the fly, but that we have to do it programatically not manually based on the input seletedt by the user.
1 - 2

Post Details

Added on Feb 19 2019
1 comment
942 views